Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 '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 |
| * | | | | | | | receive-pack: reorder some code in unpack() | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -40/+30 |
| * | | | | | | | fetch: add --update-shallow to accept refs that update .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -1/+5 |
| * | | | | | | | fetch: support fetching from a shallow repository | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+9 |
| * | | | | | | | clone: support remote shallow repository | Nguyễn Thái Ngọc Duy | 2013-12-10 | 2 | -1/+2 |
| * | | | | | | | connect.c: teach get_remote_heads to parse "shallow" lines | Nguyễn Thái Ngọc Duy | 2013-12-10 | 2 | -2/+2 |
| * | | | | | | | make the sender advertise shallow commits to the receiver | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -1/+3 |
| * | | | | | | | clone: prevent --reference to a shallow repository | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+6 |
| * | | | | | | | send-pack: forbid pushing from a shallow repository | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+3 |
| * | | | | | | | remote.h: replace struct extra_have_objects with struct sha1_array | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -3/+2 |
* | | | | | | | | Merge branch 'mm/mv-file-to-no-such-dir-with-slash' | Junio C Hamano | 2014-01-13 | 1 | -0/+2 |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | mv: let 'git mv file no-such-dir/' error out on Windows, toomm/mv-file-to-no-such-dir-with-slash | Johannes Sixt | 2014-01-10 | 1 | -0/+2 |
* | | | | | | | | Merge branch 'ss/builtin-cleanup' | Junio C Hamano | 2014-01-10 | 1 | -1/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | builtin/help.c: speed up is_git_command() by checking for builtin commands firstss/builtin-cleanup | Sebastian Schuberth | 2014-01-06 | 1 | -0/+3 |
| * | | | | | | | | builtin/help.c: call load_command_list() only when it is needed | Sebastian Schuberth | 2014-01-06 | 1 | -1/+2 |
* | | | | | | | | | Merge branch 'js/lift-parent-count-limit' | Junio C Hamano | 2014-01-10 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Remove the line length limit for graft filesjs/lift-parent-count-limit | Johannes Schindelin | 2013-12-27 | 1 | -4/+4 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'bm/merge-base-octopus-dedup' | Junio C Hamano | 2014-01-10 | 1 | -6/+26 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | merge-base --octopus: reduce the result from get_octopus_merge_bases()bm/merge-base-octopus-dedup | Junio C Hamano | 2013-12-30 | 1 | -1/+1 |
| * | | | | | | | | | merge-base: separate "--independent" codepath into its own helper | Junio C Hamano | 2013-12-30 | 1 | -6/+25 |
* | | | | | | | | | | Merge branch 'km/gc-eperm' | Junio C Hamano | 2014-01-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| * | | | | | | | | | gc: notice gc processes run by other userskm/gc-eperm | Kyle J. McKay | 2014-01-02 | 1 | -1/+1 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jk/oi-delta-base' | Junio C Hamano | 2014-01-10 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cat-file: provide %(deltabase) batch formatjk/oi-delta-base | Jeff King | 2013-12-26 | 1 | -0/+6 |
* | | | | | | | | | | Merge branch 'jk/sha1write-void' | Junio C Hamano | 2014-01-10 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | do not pretend sha1write returns errorsjk/sha1write-void | Jeff King | 2013-12-26 | 1 | -2/+0 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'nd/add-empty-fix' | Junio C Hamano | 2014-01-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | add: don't complain when adding empty project rootnd/add-empty-fix | Nguyễn Thái Ngọc Duy | 2013-12-26 | 1 | -1/+1 |
| | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'tm/fetch-prune' | Junio C Hamano | 2014-01-10 | 1 | -10/+32 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | fetch --prune: Run prune before fetchingtm/fetch-prune | Tom Miller | 2014-01-03 | 1 | -5/+5 |