summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* index-pack: work around thread-unsafe pread()nd/index-pack-one-fd-per-threadNguyễn Thái Ngọc Duy2014-04-161-10/+17
* Merge branch 'tb/repack-fix-renames' (early part)Junio C Hamano2014-02-051-2/+2
|\
| * repack.c: rename and unlink pack file if it existsTorsten Bögershausen2014-02-051-2/+2
* | Merge branch 'sb/repack-in-c'Junio C Hamano2014-01-271-12/+12
|\ \ | |/
| * repack: propagate pack-objects options as stringssb/repack-in-cJeff King2014-01-231-11/+11
| * repack: make parsed string options const-correctJeff King2014-01-231-1/+1
| * repack: fix typo in max-pack-size optionJeff King2014-01-231-1/+1
* | Merge branch 'mh/safe-create-leading-directories'Junio C Hamano2014-01-271-4/+5
|\ \
| * | cmd_init_db(): when creating directories, handle errors conservativelyMichael Haggerty2014-01-061-3/+4
| * | safe_create_leading_directories(): introduce enum for return valuesMichael Haggerty2014-01-061-2/+2
* | | Merge branch 'ef/mingw-write'Junio C Hamano2014-01-271-1/+1
|\ \ \
| * | | prefer xwrite instead of writeErik Faye-Lund2014-01-171-1/+1
| * | | Merge branch 'km/gc-eperm' into maintJunio C Hamano2014-01-131-1/+1
| |\ \ \
| * \ \ \ Merge branch 'mm/mv-file-to-no-such-dir-with-slash' into maintJunio C Hamano2014-01-131-7/+18
| |\ \ \ \
| * \ \ \ \ Merge branch 'jk/rev-parse-double-dashes' into maintJunio C Hamano2014-01-131-1/+15
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/cat-file-regression-fix' into maintJunio C Hamano2014-01-131-10/+20
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-177-74/+309
|\ \ \ \ \ \ \ \
| * | | | | | | | shallow: remove unused codeRamsay Jones2014-01-061-1/+0
| * | | | | | | | prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy2013-12-102-0/+5
| * | | | | | | | clone: use git protocol for cloning shallow repo locallyNguyễn Thái Ngọc Duy2013-12-101-2/+9
| * | | | | | | | send-pack: support pushing from a shallow clone via httpNguyễn Thái Ngọc Duy2013-12-101-3/+0
| * | | | | | | | receive-pack: support pushing to a shallow clone via httpNguyễn Thái Ngọc Duy2013-12-101-3/+0
| * | | | | | | | smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy2013-12-101-3/+13
| * | | | | | | | remote-curl: pass ref SHA-1 to fetch-pack as wellNguyễn Thái Ngọc Duy2013-12-101-0/+7
| * | | | | | | | send-pack: support pushing to a shallow cloneNguyễn Thái Ngọc Duy2013-12-101-1/+3
| * | | | | | | | receive-pack: allow pushes that update .git/shallowNguyễn Thái Ngọc Duy2013-12-101-13/+150
| * | | | | | | | receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy2013-12-102-10/+70
| * | | | | | | | receive-pack: reorder some code in unpack()Nguyễn Thái Ngọc Duy2013-12-101-40/+30
| * | | | | | | | fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy2013-12-101-1/+5
| * | | | | | | | fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-0/+9
| * | | | | | | | clone: support remote shallow repositoryNguyễn Thái Ngọc Duy2013-12-102-1/+2
| * | | | | | | | connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy2013-12-102-2/+2
| * | | | | | | | make the sender advertise shallow commits to the receiverNguyễn Thái Ngọc Duy2013-12-101-1/+3
| * | | | | | | | clone: prevent --reference to a shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-0/+6
| * | | | | | | | send-pack: forbid pushing from a shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-0/+3
| * | | | | | | | remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy2013-12-101-3/+2
* | | | | | | | | Merge branch 'mm/mv-file-to-no-such-dir-with-slash'Junio C Hamano2014-01-131-0/+2
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | mv: let 'git mv file no-such-dir/' error out on Windows, toomm/mv-file-to-no-such-dir-with-slashJohannes Sixt2014-01-101-0/+2
* | | | | | | | | Merge branch 'ss/builtin-cleanup'Junio C Hamano2014-01-101-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | builtin/help.c: speed up is_git_command() by checking for builtin commands firstss/builtin-cleanupSebastian Schuberth2014-01-061-0/+3
| * | | | | | | | | builtin/help.c: call load_command_list() only when it is neededSebastian Schuberth2014-01-061-1/+2
* | | | | | | | | | Merge branch 'js/lift-parent-count-limit'Junio C Hamano2014-01-101-4/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove the line length limit for graft filesjs/lift-parent-count-limitJohannes Schindelin2013-12-271-4/+4
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'bm/merge-base-octopus-dedup'Junio C Hamano2014-01-101-6/+26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | merge-base --octopus: reduce the result from get_octopus_merge_bases()bm/merge-base-octopus-dedupJunio C Hamano2013-12-301-1/+1
| * | | | | | | | | | merge-base: separate "--independent" codepath into its own helperJunio C Hamano2013-12-301-6/+25
* | | | | | | | | | | Merge branch 'km/gc-eperm'Junio C Hamano2014-01-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | gc: notice gc processes run by other userskm/gc-epermKyle J. McKay2014-01-021-1/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/oi-delta-base'Junio C Hamano2014-01-101-0/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cat-file: provide %(deltabase) batch formatjk/oi-delta-baseJeff King2013-12-261-0/+6