summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-26t9129-git-svn-i18n-commitencoding: Make compare_svn_head_with() compatible wi...Libravatar Marcel Koeppen1-1/+1
2008-11-26Teach "git diff" to honour --[no-]ext-diffLibravatar Junio C Hamano2-1/+25
2008-11-26send-email: Fix Pine address book parsingLibravatar Trent Piepho1-3/+6
2008-11-25Merge branch 'for-junio' of git://source.winehq.org/~julliard/git/gitLibravatar Junio C Hamano1-160/+177
2008-11-25bisect: teach "skip" to accept special arguments like "A..B"Libravatar Christian Couder1-1/+18
2008-11-25builtin_clone: use strbuf in cmd_clone()Libravatar Miklos Vajna1-20/+25
2008-11-25builtin-clone: use strbuf in clone_local() and copy_or_link_directory()Libravatar Miklos Vajna1-27/+31
2008-11-25builtin-clone: use strbuf in guess_dir_name()Libravatar Miklos Vajna1-3/+3
2008-11-23Merge branch 'maint'Libravatar Junio C Hamano1-7/+6
2008-11-23remove the unused files interpolate.c and interpolate.hLibravatar René Scharfe3-130/+0
2008-11-23daemon: deglobalize variable 'directory'Libravatar René Scharfe1-10/+6
2008-11-23daemon: inline fill_in_extra_table_entries()Libravatar René Scharfe1-8/+2
2008-11-23daemon: use strbuf_expand() instead of interpolate()Libravatar René Scharfe1-55/+54
2008-11-23merge-recursive: use strbuf_expand() instead of interpolate()Libravatar René Scharfe2-13/+9
2008-11-23add strbuf_expand_dict_cb(), a helper for simple casesLibravatar René Scharfe3-0/+28
2008-11-23fast-export: use an unsorted string list for extra_refsLibravatar Johannes Schindelin2-3/+3
2008-11-23Add new testcase to show fast-export does not always exports all tagsLibravatar Miklos Vajna1-0/+8
2008-11-23sha1_file: avoid bogus "file exists" error messageLibravatar Joey Hess1-1/+1
2008-11-23Fix misleading wording for git-cherry-pickLibravatar Bryan Drewery1-7/+6
2008-11-23Fix t4030-diff-textconv.shLibravatar Alex Riesen1-1/+1
2008-11-23Fix handle leak in sha1_file/unpack_objects if there were damaged object dataLibravatar Alex Riesen1-0/+1
2008-11-23compat/mingw.c: Teach mingw_rename() to replace read-only filesLibravatar Johannes Sixt1-3/+12
2008-11-23Document levenshtein.cLibravatar Johannes Schindelin1-0/+37
2008-11-23Fix deletion of last character in levenshtein distanceLibravatar Samuel Tardieu1-1/+1
2008-11-23git-gui: french translation updateLibravatar Christian Couder1-297/+827
2008-11-23git.el: Allow to commit even if there are no marked files.Libravatar Alexandre Julliard1-23/+20
2008-11-23git.el: Add possibility to mark files directly in git-update-status-files.Libravatar Alexandre Julliard1-5/+3
2008-11-23git.el: Add an insert file command.Libravatar Alexandre Julliard1-0/+7
2008-11-21git.el: Never clear the status buffer, only update the files.Libravatar Alexandre Julliard1-84/+85
2008-11-21git.el: Fix git-amend-commit to support amending an initial commit.Libravatar Alexandre Julliard1-3/+7
2008-11-21git.el: Properly handle merge commits in git-amend-commit.Libravatar Alexandre Julliard1-8/+9
2008-11-21git.el: Simplify handling of merge heads in the commit log-edit buffer.Libravatar Alexandre Julliard1-8/+7
2008-11-21git.el: Remove the env parameter in git-call-process and git-call-process-str...Libravatar Alexandre Julliard1-28/+26
2008-11-21git.el: Improve error handling for commits.Libravatar Alexandre Julliard1-17/+29
2008-11-21Updated Swedish translation (514t0f0u).Libravatar Peter Krefting1-310/+839
2008-11-19git gui: update Italian translationLibravatar Michele Ballabio1-295/+834
2008-11-18git-commit.txt - mention that files listed on the command line must be known ...Libravatar Mark Burton1-1/+2
2008-11-18Retain multiple -q/-v occurrences in git pullLibravatar Tuncer Ayaz1-2/+2
2008-11-18Documentation: rev-list-options.txt: added --branches, --tags & --remotes.Libravatar Mark Burton1-0/+15
2008-11-18builtin-branch: use strbuf in rename_branch()Libravatar Miklos Vajna1-18/+21
2008-11-18builtin-branch: use strbuf in fill_tracking_info()Libravatar Miklos Vajna1-10/+8
2008-11-18builtin-branch: use strbuf in delete_branches()Libravatar Miklos Vajna1-4/+4
2008-11-18git-remote: add verbose mode to git remote updateLibravatar Cheng Renquan1-2/+6
2008-11-18gitk: Fix context menu items for generating diffs when in tree modeLibravatar Paul Mackerras1-1/+1
2008-11-18gitk: Avoid handling the Return key twice in Add BranchLibravatar Alexander Gavrilov1-1/+0
2008-11-18gitk: Show local changes properly when we have a path limitLibravatar Paul Mackerras1-22/+88
2008-11-18gitk: Fix switch statement in parseviewargsLibravatar Paul Mackerras1-11/+11
2008-11-17Update Hungarian translation. 100% completed.Libravatar Miklos Vajna1-337/+918
2008-11-17Fix index preloading for racy dirty caseLibravatar Linus Torvalds1-1/+1
2008-11-17Merge branch 'maint'Libravatar Junio C Hamano1-3/+3