summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-23daemon: inline fill_in_extra_table_entries()René Scharfe
2008-11-23daemon: use strbuf_expand() instead of interpolate()René Scharfe
2008-11-23merge-recursive: use strbuf_expand() instead of interpolate()René Scharfe
2008-11-23add strbuf_expand_dict_cb(), a helper for simple casesRené Scharfe
2008-11-23fast-export: use an unsorted string list for extra_refsJohannes Schindelin
2008-11-23Add new testcase to show fast-export does not always exports all tagsMiklos Vajna
2008-11-23sha1_file: avoid bogus "file exists" error messageJoey Hess
2008-11-23Fix misleading wording for git-cherry-pickBryan Drewery
2008-11-23Fix t4030-diff-textconv.shAlex Riesen
2008-11-23Fix handle leak in sha1_file/unpack_objects if there were damaged object dataAlex Riesen
2008-11-23compat/mingw.c: Teach mingw_rename() to replace read-only filesJohannes Sixt
2008-11-23Document levenshtein.cJohannes Schindelin
2008-11-23Fix 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-18git-commit.txt - mention that files listed on the command line must be known ...Mark Burton
2008-11-18Retain multiple -q/-v occurrences in git pullTuncer Ayaz
2008-11-18Documentation: rev-list-options.txt: added --branches, --tags & --remotes.Mark Burton
2008-11-18builtin-branch: use strbuf in rename_branch()Miklos Vajna
2008-11-18builtin-branch: use strbuf in fill_tracking_info()Miklos Vajna
2008-11-18builtin-branch: use strbuf in delete_branches()Miklos Vajna
2008-11-18git-remote: add verbose mode to git remote updateCheng Renquan
2008-11-18gitk: Avoid handling the Return key twice in Add BranchAlexander Gavrilov
2008-11-18gitk: Show local changes properly when we have a path limitPaul Mackerras
2008-11-18gitk: Fix switch statement in parseviewargsPaul Mackerras
2008-11-17Update Hungarian translation. 100% completed.Miklos Vajna
2008-11-17Fix index preloading for racy dirty caseLinus Torvalds
2008-11-17Merge branch 'maint'Junio C Hamano
2008-11-17Documentation: tutorial: add information about "git help" at the beginningChristian Couder
2008-11-17Documentation: user-manual: add information about "git help" at the beginningChristian Couder
2008-11-17builtin-remote.c: plug a small memory leak in get_one_remote_for_updates()Junio C Hamano
2008-11-17git-remote: match usage string with the manual pagesCheng Renquan
2008-11-17request-pull: make usage string match manpageStefan Naewe
2008-11-16Merge git://repo.or.cz/git-guiJunio C Hamano
2008-11-16git-gui: Fix the search bar destruction handler.Alexander Gavrilov
2008-11-16Update the po templateShawn O. Pearce
2008-11-16git-gui: Implement automatic rescan after Tool execution.Alexander Gavrilov
2008-11-16git-gui: Allow Tools request arguments from the user.Alexander Gavrilov
2008-11-16git-gui: Add a Tools menu for arbitrary commands.Alexander Gavrilov
2008-11-16git-gui: Fix the after callback execution in rescan.Alexander Gavrilov