Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | comments: fix misuses of "nor" | Justin Lebar | 2014-03-31 | 4 | -4/+4 |
* | Merge branch 'jk/clean-d-pathspec' into maint | Junio C Hamano | 2014-03-18 | 1 | -11/+9 |
|\ | |||||
| * | clean: simplify dir/not-dir logicjk/clean-d-pathspec | Jeff King | 2014-03-11 | 1 | -9/+6 |
| * | clean: respect pathspecs with "-d" | Jeff King | 2014-03-11 | 1 | -2/+3 |
* | | Merge branch 'nd/reset-setup-worktree' into maint | Junio C Hamano | 2014-03-18 | 1 | -3/+4 |
|\ \ | |||||
| * | | reset: optionally setup worktree and refresh index on --mixednd/reset-setup-worktree | Nguyễn Thái Ngọc Duy | 2014-02-18 | 1 | -3/+4 |
| |/ | |||||
| * | Merge branch 'bm/merge-base-octopus-dedup' into maint | Junio C Hamano | 2014-02-13 | 1 | -6/+25 |
| |\ | |||||
| * \ | Merge branch 'sb/repack-in-c' into maint | Junio C Hamano | 2014-02-13 | 1 | -12/+12 |
| |\ \ | |||||
| * \ \ | Merge branch 'js/lift-parent-count-limit' into maint | Junio C Hamano | 2014-02-05 | 1 | -4/+4 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'nd/add-empty-fix' into maint | Junio C Hamano | 2014-02-05 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'jl/commit-v-strip-marker' into maint | Junio C Hamano | 2014-02-05 | 1 | -6/+3 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'tb/clone-ssh-with-colon-for-port' into maint | Junio C Hamano | 2014-02-05 | 1 | -3/+11 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'nd/transport-positive-depth-only' into maint | Junio C Hamano | 2014-02-05 | 2 | -0/+8 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'jc/check-attr-honor-working-tree' into maint | Junio C Hamano | 2014-03-18 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | check-attr: move to the top of working tree when in non-bare repositoryjc/check-attr-honor-working-tree | Junio C Hamano | 2014-02-06 | 1 | -0/+3 |
* | | | | | | | | | | Merge branch 'ds/rev-parse-required-args' into maint | Junio C Hamano | 2014-03-18 | 1 | -6/+11 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | rev-parse: check i before using argv[i] against argcds/rev-parse-required-args | David Sharp | 2014-01-28 | 1 | -6/+11 |
* | | | | | | | | | | | Merge branch 'nd/submodule-pathspec-ending-with-slash' into maint | Junio C Hamano | 2014-03-18 | 9 | -36/+18 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | clean: use cache_name_is_other()nd/submodule-pathspec-ending-with-slash | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -19/+2 |
| * | | | | | | | | | | | clean: replace match_pathspec() with dir_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -2/+1 |
| * | | | | | | | | | | | pathspec: pass directory indicator to match_pathspec_item() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 2 | -3/+4 |
| * | | | | | | | | | | | pathspec: rename match_pathspec_depth() to match_pathspec() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 3 | -5/+7 |
| * | | | | | | | | | | | pathspec: convert some match_pathspec_depth() to dir_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 3 | -6/+3 |
| * | | | | | | | | | | | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 5 | -6/+6 |
* | | | | | | | | | | | | Merge branch 'tb/repack-fix-renames' (early part) | Junio C Hamano | 2014-02-05 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | repack.c: rename and unlink pack file if it exists | Torsten Bögershausen | 2014-02-05 | 1 | -2/+2 |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'sb/repack-in-c' | Junio C Hamano | 2014-01-27 | 1 | -12/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | / / / / / / / / / / | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | repack: propagate pack-objects options as stringssb/repack-in-c | Jeff King | 2014-01-23 | 1 | -11/+11 |
| * | | | | | | | | | | repack: make parsed string options const-correct | Jeff King | 2014-01-23 | 1 | -1/+1 |
| * | | | | | | | | | | repack: fix typo in max-pack-size option | Jeff King | 2014-01-23 | 1 | -1/+1 |
* | | | | | | | | | | | Merge branch 'mh/safe-create-leading-directories' | Junio C Hamano | 2014-01-27 | 1 | -4/+5 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | cmd_init_db(): when creating directories, handle errors conservatively | Michael Haggerty | 2014-01-06 | 1 | -3/+4 |
| * | | | | | | | | | | | safe_create_leading_directories(): introduce enum for return values | Michael Haggerty | 2014-01-06 | 1 | -2/+2 |
* | | | | | | | | | | | | Merge branch 'ef/mingw-write' | Junio C Hamano | 2014-01-27 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | prefer xwrite instead of write | Erik Faye-Lund | 2014-01-17 | 1 | -1/+1 |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge branch 'km/gc-eperm' into maint | Junio C Hamano | 2014-01-13 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'mm/mv-file-to-no-such-dir-with-slash' into maint | Junio C Hamano | 2014-01-13 | 1 | -7/+18 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/rev-parse-double-dashes' into maint | Junio C Hamano | 2014-01-13 | 1 | -1/+15 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/cat-file-regression-fix' into maint | Junio C Hamano | 2014-01-13 | 1 | -10/+20 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | 7 | -74/+309 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | shallow: remove unused code | Ramsay Jones | 2014-01-06 | 1 | -1/+0 |
| * | | | | | | | | | | | | | | | | prune: clean .git/shallow after pruning objects | Nguyễn Thái Ngọc Duy | 2013-12-10 | 2 | -0/+5 |
| * | | | | | | | | | | | | | | | | clone: use git protocol for cloning shallow repo locally | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -2/+9 |
| * | | | | | | | | | | | | | | | | send-pack: support pushing from a shallow clone via http | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -3/+0 |
| * | | | | | | | | | | | | | | | | receive-pack: support pushing to a shallow clone via http | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -3/+0 |
| * | | | | | | | | | | | | | | | | smart-http: support shallow fetch/clone | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -3/+13 |
| * | | | | | | | | | | | | | | | | remote-curl: pass ref SHA-1 to fetch-pack as well | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+7 |
| * | | | | | | | | | | | | | | | | send-pack: support pushing to a shallow clone | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -1/+3 |
| * | | | | | | | | | | | | | | | | receive-pack: allow pushes that update .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -13/+150 |
| * | | | | | | | | | | | | | | | | receive/send-pack: support pushing from a shallow clone | Nguyễn Thái Ngọc Duy | 2013-12-10 | 2 | -10/+70 |