Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nd/maint-ignore-exclude' | Junio C Hamano | 2011-12-05 | 2 | -2/+2 |
|\ | |||||
| * | checkout,merge: loosen overwriting untracked file check based on info/excludend/maint-ignore-exclude | Nguyễn Thái Ngọc Duy | 2011-11-28 | 2 | -2/+2 |
* | | Merge branch 'vr/git-merge-default-to-upstream' | Junio C Hamano | 2011-12-05 | 1 | -3/+6 |
|\ \ | |||||
| * | | Show error for 'git merge' with unset merge.defaultToUpstreamvr/git-merge-default-to-upstream | Vincent van Ravesteijn | 2011-11-21 | 1 | -3/+6 |
* | | | Merge branch 'jc/maint-pack-object-cycle' | Junio C Hamano | 2011-12-05 | 1 | -12/+43 |
|\ \ \ | |||||
| * | | | pack-object: tolerate broken packs that have duplicated objectsjc/maint-pack-object-cycle | Junio C Hamano | 2011-11-16 | 1 | -12/+43 |
* | | | | Merge branch 'jc/index-pack-reject-dups' | Junio C Hamano | 2011-12-05 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | receive-pack, fetch-pack: reject bogus pack that records objects twicejc/index-pack-reject-dups | Junio C Hamano | 2011-11-16 | 1 | -1/+3 |
* | | | | | Merge branch 'ab/clang-lints' | Junio C Hamano | 2011-12-05 | 2 | -4/+1 |
|\ \ \ \ \ | |||||
| * | | | | | cast variable in call to free() in builtin/diff.c and submodule.cab/clang-lints | Ævar Arnfjörð Bjarmason | 2011-11-06 | 1 | -1/+1 |
| * | | | | | apply: get rid of useless x < 0 comparison on a size_t type | Ævar Arnfjörð Bjarmason | 2011-11-06 | 1 | -3/+0 |
* | | | | | | Merge branch 'nd/prune-progress' | Junio C Hamano | 2011-12-05 | 3 | -3/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | prune: handle --progress/no-progress | Jeff King | 2011-11-07 | 2 | -3/+12 |
| * | | | | | | prune: show progress while marking reachable objects | Nguyễn Thái Ngọc Duy | 2011-11-07 | 2 | -2/+6 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'nd/fsck-progress' | Junio C Hamano | 2011-12-05 | 1 | -16/+62 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fsck: print progressnd/fsck-progress | Nguyễn Thái Ngọc Duy | 2011-11-06 | 1 | -2/+38 |
| * | | | | | | fsck: avoid reading every object twice | Nguyễn Thái Ngọc Duy | 2011-11-06 | 1 | -17/+25 |
| * | | | | | | fsck: return error code when verify_pack() goes wrong | Nguyễn Thái Ngọc Duy | 2011-11-06 | 1 | -1/+3 |
* | | | | | | | Merge branch 'nd/misc-cleanups' | Junio C Hamano | 2011-12-05 | 2 | -6/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | tree_entry_interesting(): give meaningful names to return values | Nguyễn Thái Ngọc Duy | 2011-10-27 | 1 | -4/+5 |
| * | | | | | | | tree-walk.c: do not leak internal structure in tree_entry_len() | Nguyễn Thái Ngọc Duy | 2011-10-27 | 2 | -2/+2 |
* | | | | | | | | Merge branch 'maint-1.7.7' into maint | Junio C Hamano | 2011-12-05 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'maint-1.7.6' into maint-1.7.7 | Junio C Hamano | 2011-12-05 | 1 | -2/+0 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
| | * | | | | | | | stripspace: fix outdated comment | Jeff King | 2011-12-05 | 1 | -2/+0 |
* | | | | | | | | | builtin-branch: Fix crash on invalid use of --force | Vincent van Ravesteijn | 2011-11-23 | 1 | -2/+2 |
* | | | | | | | | | revert --abort: do not leave behind useless sequencer-old directory | Jonathan Nieder | 2011-11-23 | 1 | -0/+1 |
* | | | | | | | | | Fix revert --abort on Windows | Johannes Sixt | 2011-11-23 | 1 | -2/+2 |
* | | | | | | | | | revert: do not pass non-literal string as format to git_path() | Nguyễn Thái Ngọc Duy | 2011-11-23 | 1 | -1/+1 |
* | | | | | | | | | revert: remove --reset compatibility optionjn/revert-quit | Jonathan Nieder | 2011-11-22 | 1 | -3/+0 |
* | | | | | | | | | revert: introduce --abort to cancel a failed cherry-pick | Jonathan Nieder | 2011-11-22 | 1 | -3/+84 |
* | | | | | | | | | revert: write REVERT_HEAD pseudoref during conflicted revert | Jonathan Nieder | 2011-11-22 | 2 | -3/+6 |
* | | | | | | | | | revert: improve error message for cherry-pick during cherry-pick | Jonathan Nieder | 2011-11-22 | 1 | -7/+6 |
* | | | | | | | | | revert: rearrange pick_revisions() for clarity | Jonathan Nieder | 2011-11-22 | 1 | -24/+24 |
* | | | | | | | | | revert: rename --reset option to --quit | Jonathan Nieder | 2011-11-22 | 1 | -11/+14 |
* | | | | | | | | | Sync with 1.7.7.4 | Junio C Hamano | 2011-11-18 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Merge branch 'jc/maint-name-rev-all' into maint | Junio C Hamano | 2011-11-18 | 1 | -1/+1 |
| * | | | | | | | | Merge branch 'dm/pack-objects-update' into maint | Junio C Hamano | 2011-11-08 | 1 | -19/+55 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'bc/attr-ignore-case' into maint | Junio C Hamano | 2011-11-01 | 2 | -1/+7 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'cn/fetch-prune' into maint | Junio C Hamano | 2011-11-01 | 2 | -6/+30 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | | do not let git_path clobber errno when reporting errorsjn/git-path-errno | Jonathan Nieder | 2011-11-17 | 2 | -24/+34 |
* | | | | | | | | | | | | revert: prettify fatal messages | Ramkumar Ramachandra | 2011-11-15 | 1 | -5/+5 |
* | | | | | | | | | | | | Revert "upload-archive: use start_command instead of fork" | Junio C Hamano | 2011-11-15 | 2 | -26/+48 |
* | | | | | | | | | | | | Merge branch 'ly/mktree-using-strbuf' | Junio C Hamano | 2011-11-11 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Merge "Move 'builtin-*' into a 'builtin/' subdirectory"ly/mktree-using-strbuf | Junio C Hamano | 2011-11-10 | 1 | -0/+1 |
* | | | | | | | | | | | | | Merge branch 'jc/remote-setbranches-usage-fix' | Junio C Hamano | 2011-11-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | remote: fix set-branches usagejc/remote-setbranches-usage-fix | Junio C Hamano | 2011-11-06 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Merge branch 'fc/remote-seturl-usage-fix' | Junio C Hamano | 2011-11-08 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Merge branch 'ss/blame-textconv-fake-working-tree' | Junio C Hamano | 2011-11-07 | 1 | -4/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | blame.c: Properly initialize strbuf after calling textconv_object(), again | Sebastian Schuberth | 2011-11-07 | 1 | -4/+3 |
* | | | | | | | | | | | | | | receive-pack: do not expect object 0{40} to exist | Junio C Hamano | 2011-11-03 | 1 | -6/+11 |