summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-18git-commit.txt - mention that files listed on the command line must be known ...Libravatar Mark Burton1-1/+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-17Merge branch 'maint'Libravatar Junio C Hamano1-3/+3
2008-11-17Documentation: tutorial: add information about "git help" at the beginningLibravatar Christian Couder3-0/+12
2008-11-17Documentation: user-manual: add information about "git help" at the beginningLibravatar Christian Couder1-1/+11
2008-11-17builtin-remote.c: plug a small memory leak in get_one_remote_for_updates()Libravatar Junio C Hamano1-1/+1
2008-11-17git-remote: match usage string with the manual pagesLibravatar Cheng Renquan1-4/+4
2008-11-17request-pull: make usage string match manpageLibravatar Stefan Naewe1-3/+3
2008-11-16Merge git://repo.or.cz/git-guiLibravatar Junio C Hamano7-311/+1457
2008-11-16git-gui: Fix the search bar destruction handler.Libravatar Alexander Gavrilov1-1/+1
2008-11-16Update the po templateLibravatar Shawn O. Pearce1-285/+791
2008-11-16git-gui: Implement automatic rescan after Tool execution.Libravatar Alexander Gavrilov1-2/+42
2008-11-16git-gui: Allow Tools request arguments from the user.Libravatar Alexander Gavrilov2-5/+203
2008-11-16git-gui: Add a Tools menu for arbitrary commands.Libravatar Alexander Gavrilov3-0/+359
2008-11-16git-gui: Fix the after callback execution in rescan.Libravatar Alexander Gavrilov2-16/+31
2008-11-16git-gui: Implement system-wide configuration handling.Libravatar Alexander Gavrilov2-9/+15
2008-11-16git-gui: try to provide a window icon under XLibravatar Giuseppe Bilotta1-0/+22
2008-11-16Merge branch 'maint'Libravatar Junio C Hamano1-1/+3
2008-11-16Merge branch 'bc/maint-keep-pack'Libravatar Junio C Hamano3-10/+22
2008-11-16Merge branch 'jk/commit-v-strip'Libravatar Junio C Hamano4-31/+14
2008-11-16Fix machine-parseability of 'git log --source'Libravatar Linus Torvalds1-1/+1
2008-11-16Teach ls-files --with-tree=<tree> to work with options other than -cLibravatar Junio C Hamano1-0/+2
2008-11-16builtin-ls-files.c: coding style fix.Libravatar Junio C Hamano1-1/+1
2008-11-14Merge branch 'maint'Libravatar Junio C Hamano4-5/+11
2008-11-14Documentation: git-svn: fix example for centralized SVN cloneLibravatar Jan Krüger1-0/+2
2008-11-14Documentation: fix links to "everyday.html"Libravatar Christian Couder2-4/+8
2008-11-14revision.c: use proper data type in call to sizeof() within xreallocLibravatar Brandon Casey1-1/+1
2008-11-14repack: only unpack-unreachable if we are deleting redundant packsLibravatar Brandon Casey3-10/+22
2008-11-14Documentation: New GUI configuration and command-line options.Libravatar Alexander Gavrilov4-0/+65
2008-11-14Merge git://git.bogomips.org/git-svnLibravatar Junio C Hamano2-9/+15
2008-11-13git-svn: Update git-svn to use the ability to place temporary files within re...Libravatar Marten Svanfeldt (dev)1-4/+5
2008-11-13Git.pm: Make _temp_cache use the repository directoryLibravatar Marten Svanfeldt (dev)1-5/+10
2008-11-13git-svn: proper detection of bare repositoriesLibravatar Deskin Miller2-5/+16
2008-11-13git-svn: respect i18n.commitencoding configLibravatar Eric Wong2-3/+101
2008-11-13git-svn: don't escape tilde ('~') for http(s) URLsLibravatar Eric Wong1-3/+3
2008-11-13Merge git://git.bogomips.org/git-svnLibravatar Junio C Hamano3-11/+120
2008-11-13Merge branch 'maint'Libravatar Junio C Hamano0-0/+0
2008-11-13date/time: do not get confused by fractional secondsLibravatar Linus Torvalds1-6/+20
2008-11-13Merge git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-227/+810
2008-11-13gitk: Fix linehtag undefined error with file highlightingLibravatar Paul Mackerras1-2/+5
2008-11-13gitk: Fix commit encoding supportLibravatar Alexander Gavrilov1-2/+23
2008-11-13gitk: Fix transient windows on Win32 and MacOSLibravatar Alexander Gavrilov1-13/+31