summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-19git-commit.txt - mention that files listed on the command line must be known ...Mark Burton
2008-11-19Documentation: 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-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
2008-11-16git-gui: Implement system-wide configuration handling.Alexander Gavrilov
2008-11-16git-gui: try to provide a window icon under XGiuseppe Bilotta
2008-11-16Merge branch 'maint'Junio C Hamano
2008-11-16Merge branch 'bc/maint-keep-pack'Junio C Hamano
2008-11-16Merge branch 'jk/commit-v-strip'Junio C Hamano
2008-11-16Fix machine-parseability of 'git log --source'Linus Torvalds
2008-11-16Teach ls-files --with-tree=<tree> to work with options other than -cJunio C Hamano
2008-11-16builtin-ls-files.c: coding style fix.Junio C Hamano
2008-11-15Merge branch 'maint'Junio C Hamano
2008-11-15Documentation: git-svn: fix example for centralized SVN cloneJan Krüger
2008-11-15Documentation: fix links to "everyday.html"Christian Couder
2008-11-15revision.c: use proper data type in call to sizeof() within xreallocBrandon Casey
2008-11-15repack: only unpack-unreachable if we are deleting redundant packsBrandon Casey
2008-11-15Documentation: New GUI configuration and command-line options.Alexander Gavrilov
2008-11-14Merge git://git.bogomips.org/git-svnJunio C Hamano
2008-11-14git-svn: Update git-svn to use the ability to place temporary files within re...Marten Svanfeldt (dev)
2008-11-14Git.pm: Make _temp_cache use the repository directoryMarten Svanfeldt (dev)
2008-11-14git-svn: proper detection of bare repositoriesDeskin Miller
2008-11-14git-svn: respect i18n.commitencoding configEric Wong
2008-11-14git-svn: don't escape tilde ('~') for http(s) URLsEric Wong
2008-11-14Merge git://git.bogomips.org/git-svnJunio C Hamano
2008-11-14Merge branch 'maint'Junio C Hamano
2008-11-13date/time: do not get confused by fractional secondsLinus Torvalds
2008-11-13Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2008-11-13gitk: Fix linehtag undefined error with file highlightingPaul Mackerras
2008-11-13gitk: Fix commit encoding supportAlexander Gavrilov