Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-27git-gui: update Japanese translationNanako Shiraishi
2008-11-26Merge branch 'maint'Junio C Hamano
2008-11-26Merge branch 'mm/sort-config-doc'Junio C Hamano
2008-11-26Merge branch 'mm/maint-sort-config-doc' into maintJunio C Hamano
2008-11-26Merge branch 'mm/maint-sort-config-doc' into mm/sort-config-docJunio C Hamano
2008-11-26config.txt: alphabetize configuration sectionsMatt McCutchen
2008-11-26xdiff-interface.c: remove 10 duplicated linesJim Meyering
2008-11-26t9129-git-svn-i18n-commitencoding: Make compare_svn_head_with() compatible wi...Marcel Koeppen
2008-11-26Teach "git diff" to honour --[no-]ext-diffJunio C Hamano
2008-11-26send-email: Fix Pine address book parsingTrent Piepho
2008-11-26Merge branch 'for-junio' of git://source.winehq.org/~julliard/git/gitJunio C Hamano
2008-11-26bisect: teach "skip" to accept special arguments like "A..B"Christian Couder
2008-11-26builtin_clone: use strbuf in cmd_clone()Miklos Vajna
2008-11-26builtin-clone: use strbuf in clone_local() and copy_or_link_directory()Miklos Vajna
2008-11-26builtin-clone: use strbuf in guess_dir_name()Miklos Vajna
2008-11-24Merge branch 'maint'Junio C Hamano
2008-11-24remove the unused files interpolate.c and interpolate.hRené Scharfe
2008-11-24daemon: deglobalize variable 'directory'René Scharfe
2008-11-24daemon: inline fill_in_extra_table_entries()René Scharfe
2008-11-24daemon: use strbuf_expand() instead of interpolate()René Scharfe
2008-11-24merge-recursive: use strbuf_expand() instead of interpolate()René Scharfe
2008-11-24add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe
2008-11-24fast-export: use an unsorted string list for extra_refsJohannes Schindelin
2008-11-24Add new testcase to show fast-export does not always exports all tagsMiklos Vajna
2008-11-24sha1_file: avoid bogus "file exists" error messageJoey Hess
2008-11-24Fix misleading wording for git-cherry-pickBryan Drewery
2008-11-24Fix t4030-diff-textconv.shAlex Riesen
2008-11-24Fix handle leak in sha1_file/unpack_objects if there were damaged object dataAlex Riesen
2008-11-24compat/mingw.c: Teach mingw_rename() to replace read-only filesJohannes Sixt
2008-11-24Document levenshtein.cJohannes Schindelin
2008-11-24Fix deletion of last character in levenshtein distanceSamuel Tardieu
2008-11-23git-gui: french translation updateChristian Couder
2008-11-23git.el: Allow to commit even if there are no marked files.Alexandre Julliard
2008-11-23git.el: Add possibility to mark files directly in git-update-status-files.Alexandre Julliard
2008-11-23git.el: Add an insert file command.Alexandre Julliard
2008-11-21git.el: Never clear the status buffer, only update the files.Alexandre Julliard
2008-11-21git.el: Fix git-amend-commit to support amending an initial commit.Alexandre Julliard
2008-11-21git.el: Properly handle merge commits in git-amend-commit.Alexandre Julliard
2008-11-21git.el: Simplify handling of merge heads in the commit log-edit buffer.Alexandre Julliard
2008-11-21git.el: Remove the env parameter in git-call-process and git-call-process-str...Alexandre Julliard
2008-11-21git.el: Improve error handling for commits.Alexandre Julliard
2008-11-21Updated Swedish translation (514t0f0u).Peter Krefting
2008-11-19git gui: update Italian translationMichele Ballabio
2008-11-19git-commit.txt - mention that files listed on the command line must be known ...Mark Burton
2008-11-19Retain multiple -q/-v occurrences in git pullTuncer Ayaz
2008-11-19Documentation: rev-list-options.txt: added --branches, --tags & --remotes.Mark Burton
2008-11-19builtin-branch: use strbuf in rename_branch()Miklos Vajna
2008-11-19builtin-branch: use strbuf in fill_tracking_info()Miklos Vajna
2008-11-19builtin-branch: use strbuf in delete_branches()Miklos Vajna
2008-11-19git-remote: add verbose mode to git remote updateCheng Renquan