summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Merge branch 'mv/commit-tree'Libravatar Shawn O. Pearce5-57/+79
2008-09-25Merge branch 'jc/apply-include-exclude'Libravatar Shawn O. Pearce2-16/+46
2008-09-25Merge branch 'jc/safe-c-l-d'Libravatar Shawn O. Pearce1-1/+5
2008-09-25gitweb: shortlog now also obeys $hash_parentLibravatar Giuseppe Bilotta1-1/+5
2008-09-25Merge branch 'ho/dirstat-by-file'Libravatar Shawn O. Pearce3-1/+13
2008-09-25Merge git://repo.or.cz/git-guiLibravatar Shawn O. Pearce9-141/+793
2008-09-25Merge branch 'maint'Libravatar Shawn O. Pearce7-6/+49
2008-09-25Update release notes for 1.6.0.3Libravatar Shawn O. Pearce1-1/+17
2008-09-25Fix submodule sync with relative submodule URLsLibravatar Johan Herland1-0/+8
2008-09-25graph.c: make many functions staticLibravatar Nanako Shiraishi2-54/+43
2008-09-25remote.c: make free_ref(), parse_push_refspec() and free_refspecs() static.Libravatar Nanako Shiraishi2-5/+3
2008-09-25checkout: Do not show local changes when in quiet modeLibravatar Jonas Fonseca1-1/+1
2008-09-24for-each-ref: Fix --format=%(subject) for log message without newlinesLibravatar Johan Herland1-2/+2
2008-09-24git-web--browse: Support for using /bin/start on MinGWLibravatar Petr Baudis2-2/+7
2008-09-24git-gui: Reenable staging unmerged files by clicking the icon.Libravatar Alexander Gavrilov3-33/+70
2008-09-24git-gui: Support the encoding menu in gui blame.Libravatar Alexander Gavrilov1-0/+17
2008-09-24git-gui: Optimize encoding name resolution using a lookup table.Libravatar Alexander Gavrilov1-29/+53
2008-09-24git-gui: Allow forcing display encoding for diffs using a submenu.Libravatar Alexander Gavrilov3-2/+44
2008-09-24git-gui: Add a menu of available encodings.Libravatar Alexander Gavrilov2-4/+142
2008-09-24git-gui: Cleanup handling of the default encoding.Libravatar Alexander Gavrilov5-6/+46
2008-09-24git-gui: Assume `blame --incremental` output is in UTF-8Libravatar Shawn O. Pearce1-7/+1
2008-09-24git-gui: Use gitattribute "encoding" for file content displayLibravatar Shawn O. Pearce4-4/+26
2008-09-24git-gui: Add support for calling out to the prepare-commit-msg hookLibravatar Joshua Williams1-0/+65
2008-09-24git-gui: Hide commit related UI during citool --nocommitLibravatar Shawn O. Pearce1-48/+56
2008-09-24git-gui: Add more integration options to citool.Libravatar Alexander Gavrilov2-6/+83
2008-09-24git-stash.sh: don't default to refs/stash if invalid ref suppliedLibravatar Brandon Casey1-2/+15
2008-09-24Fixed some grammatical errors in git-rebase.txt documentation.Libravatar Garry Dolley1-4/+4
2008-09-24maint: check return of split_cmdline to avoid bad config stringsLibravatar Deskin Miller3-0/+14
2008-09-23Merge branch 'maint'Libravatar Junio C Hamano5-15/+17
2008-09-23builtin-prune.c: prune temporary packs in <object_dir>/pack directoryLibravatar Brandon Casey1-10/+12
2008-09-22Do not perform cross-directory renames when creating packsLibravatar Petr Baudis4-5/+5
2008-09-22Merge branch 'maint'Libravatar Junio C Hamano2-12/+10
2008-09-22Use dashless git commands in setgitperms.perlLibravatar Todd Zullinger1-2/+2
2008-09-22git-remote: do not use user input in a printf format stringLibravatar Johannes Sixt1-10/+8
2008-09-21git-svn: do a partial rebuild if rev_map is out-of-dateLibravatar Deskin Miller2-6/+20
2008-09-21git-svn: testcase for partial rebuildLibravatar Deskin Miler1-0/+59
2008-09-21Merge branch 'db/maint-checkout-b'Libravatar Junio C Hamano2-0/+22
2008-09-21t5510: test "git fetch" following tags minimallyLibravatar Junio C Hamano1-0/+20
2008-09-21Check early that a new branch is new and validLibravatar Daniel Barkalow2-0/+22
2008-09-20Update draft release notes to 1.6.1Libravatar Junio C Hamano1-1/+21
2008-09-19Merge branch 'maint'Libravatar Junio C Hamano8-39/+56
2008-09-19Start draft release notes for 1.6.0.3Libravatar Junio C Hamano2-1/+30
2008-09-19git-repack uses --no-repack-object, not --no-repack-delta.Libravatar Mikael Magnusson2-2/+2
2008-09-19Typo "bogos" in format-patch error message.Libravatar Mikael Magnusson1-1/+1
2008-09-19builtin-clone: fix typoLibravatar Fabrizio Chiarello1-1/+1
2008-09-19Bust the ghost of long-defunct diffcore-pathspec.Libravatar Yann Dirson2-34/+22
2008-09-19bash: use for-each-ref format 'refname:short'Libravatar SZEDER Gábor1-20/+6
2008-09-19completion: git commit should list --interactiveLibravatar Eric Raible1-1/+1
2008-09-18Merge branch 'maint'Libravatar Junio C Hamano12-39/+327
2008-09-18Merge branch 'jc/diff-prefix'Libravatar Junio C Hamano7-8/+70