summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-09-14rebase: allow starting from a dirty tree.Libravatar Junio C Hamano1-14/+58
2007-09-14stash: implement "stash create"Libravatar Junio C Hamano1-7/+21
2007-09-14Merge branch 'js/remote'Libravatar Junio C Hamano2-2/+12
2007-09-14Merge branch 'js/tag'Libravatar Junio C Hamano1-1/+1
2007-09-14Merge branch 'lh/svn-first-parent'Libravatar Junio C Hamano1-4/+6
2007-09-14Merge branch 'np/delta'Libravatar Junio C Hamano4-59/+256
2007-09-14builtin-pack-objects.c: avoid bogus gcc warningsLibravatar Junio C Hamano1-6/+6
2007-09-14Merge branch 'jc/pack'Libravatar Junio C Hamano1-2/+23
2007-09-14Merge branch 'dk/diff-delta'Libravatar Junio C Hamano1-23/+86
2007-09-14Merge branch 'jc/partial-remove'Libravatar Junio C Hamano4-3/+123
2007-09-14Document ls-files --with-tree=<tree-ish>Libravatar Junio C Hamano1-1/+8
2007-09-14git-commit: partial commit of paths only removed from the indexLibravatar Junio C Hamano2-3/+14
2007-09-14Merge branch 'jc/grep-c'Libravatar Junio C Hamano10-22/+116
2007-09-14Split grep arguments in a way that does not requires to add /dev/null.Libravatar Junio C Hamano2-14/+80
2007-09-14Documentation/git-config.txt: AsciiDoc tweak to avoid leading dotLibravatar Junio C Hamano1-1/+1
2007-09-14Add test to check recent fix to "git add -u"Libravatar Benoit Sigoure2-2/+11
2007-09-14Documentation/git-archive.txt: a couple of clarifications.Libravatar Jari Aalto1-2/+3
2007-09-14Fix the rename detection limit checkingLibravatar Linus Torvalds3-3/+19
2007-09-14diff --no-index: do not forget to run diff_setup_done()Libravatar Junio C Hamano1-0/+2
2007-09-14Merge branch 'maint'Libravatar Junio C Hamano5-8/+37
2007-09-14git-format-patch --in-reply-to: accept <message@id> with angle bracketsLibravatar Junio C Hamano1-1/+30
2007-09-14git-add -u: do not barf on type changesLibravatar Junio C Hamano1-0/+1
2007-09-13Remove duplicate note about removing commits with git-filter-branchLibravatar Ulrik Sverdrup1-5/+0
2007-09-13git-clone: improve error message if curl program is missing or not executableLibravatar Gerrit Pape1-1/+5
2007-09-13git.el: Allow the add and remove commands to be applied to ignored files.Libravatar Alexandre Julliard1-2/+2
2007-09-13git.el: Allow selecting whether to display uptodate/unknown/ignored files.Libravatar Alexandre Julliard1-15/+77
2007-09-13git.el: Keep the status buffer sorted by filename.Libravatar Alexandre Julliard1-38/+65
2007-09-13hooks--update: Explicitly check for all zeros for a deleted ref.Libravatar Alexandre Julliard1-1/+1
2007-09-12git-commit: Allow partial commit of file removal.Libravatar Junio C Hamano3-1/+103
2007-09-12Merge branch 'maint'Libravatar Junio C Hamano4-8/+17
2007-09-12Merge branch 'sp/maint-no-thin' into maintLibravatar Junio C Hamano1-1/+1
2007-09-12Define NO_MEMMEM of FreeBSD as it lacks the functionLibravatar Robert Boone1-0/+1
2007-09-12threaded delta search: proper locking for cache accountingLibravatar Nicolas Pitre1-4/+20
2007-09-12stash: end index commit log with a newlineLibravatar Jean-Luc Herren1-1/+1
2007-09-12git-commit: Disallow amend if it is going to produce an empty non-merge commitLibravatar Dmitry V. Levin1-1/+1
2007-09-12git-send-email.perl: Add angle brackets to In-Reply-To if necessaryLibravatar David Kastrup1-1/+2
2007-09-11Fix a test failure (t9500-*.sh) on cygwinLibravatar Ramsay Jones1-5/+13
2007-09-10threaded delta search: add pack.threads config variableLibravatar Nicolas Pitre2-1/+20
2007-09-10fix threaded delta search lockingLibravatar Nicolas Pitre1-5/+6
2007-09-10Merge branch 'rs/archive'Libravatar Junio C Hamano13-23/+197
2007-09-10archive - leakfix for format_subst()Libravatar Junio C Hamano1-0/+1
2007-09-10Merge branch 'sp/maint-no-thin'Libravatar Junio C Hamano4-11/+24
2007-09-10Make --no-thin the default in git-push to save server resourcesLibravatar Shawn O. Pearce1-1/+1
2007-09-09fix doc for --compression argument to pack-objectsLibravatar Nicolas Pitre1-6/+2
2007-09-09threaded delta search: specify number of threads at run timeLibravatar Nicolas Pitre2-5/+29
2007-09-09threaded delta search: better chunck split pointLibravatar Nicolas Pitre1-0/+5
2007-09-09threaded delta search: refine work allocationLibravatar Nicolas Pitre1-14/+45
2007-09-09git-tag -s must fail if gpg cannot sign the tag.Libravatar Carlos Rica2-4/+21
2007-09-09diff-delta.c: Rationalize culling of hash bucketsLibravatar David Kastrup1-10/+31
2007-09-09diff-delta.c: pack the index structureLibravatar David Kastrup1-16/+58