summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | Merge branch 'jk/sha1write-void'Junio C Hamano2014-01-101-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | do not pretend sha1write returns errorsjk/sha1write-voidJeff King2013-12-261-2/+0
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'nd/add-empty-fix'Junio C Hamano2014-01-101-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | add: don't complain when adding empty project rootnd/add-empty-fixNguyễn Thái Ngọc Duy2013-12-261-1/+1
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'tm/fetch-prune'Junio C Hamano2014-01-101-10/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fetch --prune: Run prune before fetchingtm/fetch-pruneTom Miller2014-01-031-5/+5
| * | | | | | | | | | | | | | | fetch --prune: always print header urlTom Miller2014-01-031-5/+27
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'mh/path-max'Junio C Hamano2014-01-102-31/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | builtin/prune.c: use strbuf to avoid having to worry about PATH_MAXmh/path-maxJeff King2013-12-181-14/+24
| * | | | | | | | | | | | | | | prune-packed: use strbuf to avoid having to worry about PATH_MAXJunio C Hamano2013-12-171-17/+21
* | | | | | | | | | | | | | | | Merge branch 'cc/replace-object-info'Junio C Hamano2014-01-102-8/+61
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | replace info: rename 'full' to 'long' and clarify in-code symbolscc/replace-object-infoChristian Couder2013-12-301-10/+14
| * | | | | | | | | | | | | | | | builtin/replace: unset read_replace_refsChristian Couder2013-12-121-0/+2
| * | | | | | | | | | | | | | | | builtin/replace: teach listing using short, medium or full formatsChristian Couder2013-12-121-7/+54
| * | | | | | | | | | | | | | | | sha1_object_info_extended(): add an "unsigned flags" parameterChristian Couder2013-12-121-1/+1
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'nd/negative-pathspec'Junio C Hamano2014-01-101-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy2013-12-061-1/+4
* | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2013-12-301-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | for-each-ref: remove unused variableRamkumar Ramachandra2013-12-301-2/+1
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'tg/diff-no-index-refactor'Junio C Hamano2013-12-271-5/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | diff: avoid some nestingtg/diff-no-index-refactorThomas Gummerer2013-12-161-18/+17
| * | | | | | | | | | | | | | | diff: don't read index when --no-index is givenThomas Gummerer2013-12-121-2/+5
| * | | | | | | | | | | | | | | diff: move no-index detection to builtin/diff.cThomas Gummerer2013-12-121-3/+49
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'jk/cat-file-regression-fix'Junio C Hamano2013-12-271-10/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | cat-file: handle --batch format with missing type/sizejk/cat-file-regression-fixJeff King2013-12-121-1/+10
| * | | | | | | | | | | | | | cat-file: pass expand_data to print_object_or_dieJeff King2013-12-121-10/+11
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'jk/rev-parse-double-dashes'Junio C Hamano2013-12-271-1/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | rev-parse: be more careful with munging argumentsjk/rev-parse-double-dashesJeff King2013-12-091-1/+5