summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-01"log --cherry-pick" documentation regression fixLibravatar Junio C Hamano1-2/+2
2011-04-01revisions.txt: structure with a labelled listLibravatar Michael J Gruber1-35/+51
2011-04-01revisions.txt: consistent use of quotesLibravatar Michael J Gruber1-52/+52
2011-04-01reflog: fix overriding of command line optionsLibravatar Michael J Gruber2-8/+3
2011-04-01t/t1411: test reflog with formatsLibravatar Michael J Gruber1-0/+18
2011-04-01builtin/log.c: separate default and setup of cmd_log_init()Libravatar Michael J Gruber1-6/+15
2011-04-01git-svn: add an option to skip the creation of empty directoriesLibravatar Michael Haggerty3-2/+42
2011-04-01docs: fix filter-branch subdir example for exotic repo namesLibravatar Jeff King1-1/+1
2011-04-01clean: unreadable directory may still be rmdir-able if it is emptyLibravatar Alex Riesen2-1/+8
2011-03-31Git 1.7.5-rc0Libravatar Junio C Hamano2-2/+2
2011-03-30Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2011-03-30parse-remote: typofixLibravatar Junio C Hamano1-1/+1
2011-03-30submodule: process conflicting submodules only onceLibravatar Nicolas Morey-Chaisemartin3-9/+83
2011-03-30Merge branch 'maint'Libravatar Junio C Hamano7-53/+19
2011-03-30remote: deprecate --mirrorLibravatar Jeff King2-5/+7
2011-03-30remote: separate the concept of push and fetch mirrorsLibravatar Jeff King3-19/+129
2011-03-30remote: disallow some nonsensical option combinationsLibravatar Jeff King1-0/+5
2011-03-30grep: allow -E and -n to be turned on by default via configurationLibravatar Joe Ratterman4-1/+52
2011-03-30Make "git notes add" more user-friendly when there are existing notesLibravatar Johan Herland3-7/+49
2011-03-30contrib/thunderbird-patch-inline: do not require bash to run the scriptLibravatar Maxin john1-2/+2
2011-03-30t8001: check the exit status of the command being testedLibravatar Junio C Hamano1-5/+6
2011-03-30strbuf.h: remove a tad stale docs-in-comment and reference api-doc insteadLibravatar Michael Witten1-36/+1
2011-03-30Typos: t/READMELibravatar Michael Witten1-5/+4
2011-03-30Documentation/config.txt: make truth value of numbers more explicitLibravatar Carlos Martín Nieto1-1/+1
2011-03-30git-pack-objects.txt: fix grammatical errorsLibravatar Stephen Boyd1-3/+3
2011-03-30parse-remote: replace unnecessary sed invocationLibravatar Stephen Boyd1-1/+2
2011-03-30log/pretty-options: Document --[no-]notes and deprecate old notes optionsLibravatar Johan Herland2-12/+27
2011-03-30Merge branch 'svn-fe' of git://repo.or.cz/git/jrnLibravatar Junio C Hamano3-9/+14
2011-03-29tests: kill backgrounded processes more robustlyLibravatar Jeff King1-6/+6
2011-03-29revision.c: make --no-notes reset --notes listLibravatar Jeff King2-0/+22
2011-03-29revision.c: support --notes command-line optionLibravatar Jeff King2-5/+32
2011-03-29notes: refactor display notes default handlingLibravatar Jeff King3-4/+10
2011-03-29notes: refactor display notes extra refs fieldLibravatar Jeff King3-6/+6
2011-03-29revision.c: refactor notes ref expansionLibravatar Jeff King1-6/+1
2011-03-29notes: make expand_notes_ref globally accessibleLibravatar Jeff King3-10/+13
2011-03-29Merge branch 'maint'Libravatar Junio C Hamano1-3/+3
2011-03-29Merge branch 'jc/fetch-progressive-stride'Libravatar Junio C Hamano1-4/+5
2011-03-29Merge branches 'sp/maint-fetch-pack-stop-early' and 'sp/maint-upload-pack-sto...Libravatar Junio C Hamano2-4/+6
2011-03-29vcs-svn: a void function shouldn't try to return somethingLibravatar Michael Witten1-1/+2
2011-03-29Revert two "no-done" revertsLibravatar Junio C Hamano2-7/+31
2011-03-29enable "no-done" extension only when serving over smart-httpLibravatar Junio C Hamano1-3/+4
2011-03-29Fix potential local deadlock during fetch-packLibravatar Junio C Hamano1-4/+5
2011-03-29enable "no-done" extension only when fetching over smart-httpLibravatar Junio C Hamano1-1/+2
2011-03-29HOME must be set before calling git-init when creating test repositoriesLibravatar Alex Riesen1-3/+3
2011-03-29tests: make sure input to sed is newline terminatedLibravatar Jonathan Nieder1-2/+6
2011-03-28Revert "fetch-pack: Implement no-done capability"Libravatar Junio C Hamano1-15/+3
2011-03-28Revert "upload-pack: Implement no-done capability"Libravatar Junio C Hamano1-16/+4
2011-03-28Kill off get_relative_cwd()Libravatar Nguyễn Thái Ngọc Duy2-50/+6
2011-03-28setup: return correct prefix if worktree is '/'Libravatar Nguyễn Thái Ngọc Duy3-3/+36
2011-03-28Merge branch 'maint'Libravatar Junio C Hamano3-19/+20