summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* revert: stop creating and removing sequencer-old directoryjn/maint-sequencer-fixesJonathan Nieder2011-12-123-21/+7
* Revert "reset: Make reset remove the sequencer state"Jonathan Nieder2011-12-123-55/+1
* revert: do not remove state until sequence is finishedJonathan Nieder2011-12-122-14/+4
* revert: allow single-pick in the middle of cherry-pick sequenceJonathan Nieder2011-12-122-0/+38
* revert: pass around rev-list args in already-parsed formJonathan Nieder2011-12-122-24/+34
* revert: allow cherry-pick --continue to commit before resumingJonathan Nieder2011-12-122-6/+156
* revert: give --continue handling its own functionJonathan Nieder2011-12-121-11/+17
* revert --abort: do not leave behind useless sequencer-old directoryJonathan Nieder2011-11-232-0/+9
* Fix revert --abort on WindowsJohannes Sixt2011-11-231-2/+2
* revert: do not pass non-literal string as format to git_path()Nguyễn Thái Ngọc Duy2011-11-231-1/+1
* Update 1.7.8 draft release notes in preparation for rc4Junio C Hamano2011-11-221-1/+1
* Merge branch 'jn/revert-quit'Junio C Hamano2011-11-2210-54/+314
|\
| * revert: remove --reset compatibility optionjn/revert-quitJonathan Nieder2011-11-222-5/+2
| * revert: introduce --abort to cancel a failed cherry-pickJonathan Nieder2011-11-225-3/+185
| * revert: write REVERT_HEAD pseudoref during conflicted revertJonathan Nieder2011-11-224-3/+61
| * revert: improve error message for cherry-pick during cherry-pickJonathan Nieder2011-11-221-7/+6
| * revert: rearrange pick_revisions() for clarityJonathan Nieder2011-11-221-24/+24
| * revert: rename --reset option to --quitJonathan Nieder2011-11-227-25/+49
* | Merge branch 'maint'Junio C Hamano2011-11-211-1/+1
|\ \ | |/ |/|
| * documentation fix: git difftool uses diff tools, not merge tools.Thomas Hochstein2011-11-211-1/+1
* | Merge branch 'rr/misc-fixes'Junio C Hamano2011-11-211-1/+1
|\ \
| * | convert.c: Fix return type of git_path_check_eol()rr/misc-fixesRamsay Jones2011-11-211-1/+1
* | | config.c: Fix a static buffer overwrite bug by avoiding mkpath()Ramsay Jones2011-11-201-2/+2
* | | t5501-*.sh: Fix url passed to clone in setup testRamsay Jones2011-11-201-1/+1
* | | Hopefully final update of release notes before 1.7.8 finalJunio C Hamano2011-11-181-1/+1
* | | Merge branch 'rr/misc-fixes'Junio C Hamano2011-11-184-13/+5
|\ \ \ | |/ /
| * | git-compat-util: don't assume value for undefined variableRamkumar Ramachandra2011-11-151-1/+1
| * | sha1_file: don't mix enum with intRamkumar Ramachandra2011-11-151-1/+1
| * | convert: don't mix enum with intRamkumar Ramachandra2011-11-151-3/+3
| * | http: remove unused function hex()Ramkumar Ramachandra2011-11-151-8/+0
* | | Makefile: add option to disable automatic dependency generationJonathan Nieder2011-11-181-7/+24
* | | Sync with 1.7.7.4Junio C Hamano2011-11-185-49/+81
|\ \ \ | | |/ | |/|
| * | Git 1.7.7.4v1.7.7.4Junio C Hamano2011-11-183-2/+16
| * | Merge branch 'jc/maint-name-rev-all' into maintJunio C Hamano2011-11-181-1/+1
| |\ \
| | * | name-rev --all: do not even attempt to describe non-commit objectjc/maint-name-rev-allJunio C Hamano2011-11-151-1/+1
| * | | Merge branch 'ml/mailmap' into maintJunio C Hamano2011-11-181-3/+2
| |\ \ \
| | * | | mailmap: xcalloc mailmap_infoml/mailmapMarc-André Lureau2011-11-161-3/+2
| * | | | Merge branch 'jn/maint-notes-avoid-va-args' into maintJunio C Hamano2011-11-181-43/+61
| |\ \ \ \
| | * | | | notes merge: eliminate OUTPUT macrojn/maint-notes-avoid-va-argsJonathan Nieder2011-11-171-43/+61
| * | | | | Makefile: add missing header file dependenciesJonathan Nieder2011-11-181-2/+3
* | | | | | do not let git_path clobber errno when reporting errorsjn/git-path-errnoJonathan Nieder2011-11-172-24/+34
* | | | | | Git 1.7.8-rc3v1.7.8-rc3Junio C Hamano2011-11-172-5/+2
* | | | | | refs: loosen over-strict "format" checkJunio C Hamano2011-11-162-10/+17
* | | | | | revert: prettify fatal messagesRamkumar Ramachandra2011-11-151-5/+5
* | | | | | Revert "upload-archive: use start_command instead of fork"Junio C Hamano2011-11-154-31/+55
| |_|_|_|/ |/| | | |
* | | | | Git 1.7.8-rc2v1.7.8-rc2Junio C Hamano2011-11-122-2/+2
* | | | | Merge branch 'ly/mktree-using-strbuf'Junio C Hamano2011-11-111-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge "Move 'builtin-*' into a 'builtin/' subdirectory"ly/mktree-using-strbufJunio C Hamano2011-11-10943-17539/+77997
| |\ \ \ \ \
| * \ \ \ \ \ Merge 'build-in git-mktree'Junio C Hamano2011-11-101366-45469/+172869
| |\ \ \ \ \ \
| * | | | | | | mktree: fix a memory leak in write_tree()Liu Yuan2011-11-101-0/+1