aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-17
|\
| * shallow: remove unused codeRamsay Jones2014-01-06
| * prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy2013-12-10
| * clone: use git protocol for cloning shallow repo locallyNguyễn Thái Ngọc Duy2013-12-10
| * send-pack: support pushing from a shallow clone via httpNguyễn Thái Ngọc Duy2013-12-10
| * receive-pack: support pushing to a shallow clone via httpNguyễn Thái Ngọc Duy2013-12-10
| * smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy2013-12-10
| * remote-curl: pass ref SHA-1 to fetch-pack as wellNguyễn Thái Ngọc Duy2013-12-10
| * send-pack: support pushing to a shallow cloneNguyễn Thái Ngọc Duy2013-12-10
| * receive-pack: allow pushes that update .git/shallowNguyễn Thái Ngọc Duy2013-12-10
| * receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy2013-12-10
| * receive-pack: reorder some code in unpack()Nguyễn Thái Ngọc Duy2013-12-10
| * fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy2013-12-10
| * fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy2013-12-10
| * clone: support remote shallow repositoryNguyễn Thái Ngọc Duy2013-12-10
| * connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy2013-12-10
| * make the sender advertise shallow commits to the receiverNguyễn Thái Ngọc Duy2013-12-10
| * clone: prevent --reference to a shallow repositoryNguyễn Thái Ngọc Duy2013-12-10
| * send-pack: forbid pushing from a shallow repositoryNguyễn Thái Ngọc Duy2013-12-10
| * remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy2013-12-10
* | Merge branch 'mm/mv-file-to-no-such-dir-with-slash'Junio C Hamano2014-01-13
|\ \
| * | mv: let 'git mv file no-such-dir/' error out on Windows, tooJohannes Sixt2014-01-10
* | | Merge branch 'ss/builtin-cleanup'Junio C Hamano2014-01-10
|\ \ \
| * | | builtin/help.c: speed up is_git_command() by checking for builtin commands firstSebastian Schuberth2014-01-06
| * | | builtin/help.c: call load_command_list() only when it is neededSebastian Schuberth2014-01-06
* | | | Merge branch 'js/lift-parent-count-limit'Junio C Hamano2014-01-10
|\ \ \ \
| * | | | Remove the line length limit for graft filesJohannes Schindelin2013-12-27
* | | | | Merge branch 'bm/merge-base-octopus-dedup'Junio C Hamano2014-01-10
|\ \ \ \ \
| * | | | | merge-base --octopus: reduce the result from get_octopus_merge_bases()Junio C Hamano2013-12-30
| * | | | | merge-base: separate "--independent" codepath into its own helperJunio C Hamano2013-12-30
* | | | | | Merge branch 'km/gc-eperm'Junio C Hamano2014-01-10
|\ \ \ \ \ \
| * | | | | | gc: notice gc processes run by other usersKyle J. McKay2014-01-02
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'jk/oi-delta-base'Junio C Hamano2014-01-10
|\ \ \ \ \ \
| * | | | | | cat-file: provide %(deltabase) batch formatJeff King2013-12-26
* | | | | | | Merge branch 'jk/sha1write-void'Junio C Hamano2014-01-10
|\ \ \ \ \ \ \
| * | | | | | | do not pretend sha1write returns errorsJeff King2013-12-26
| |/ / / / / /
* | | | | | | Merge branch 'nd/add-empty-fix'Junio C Hamano2014-01-10
|\ \ \ \ \ \ \
| * | | | | | | add: don't complain when adding empty project rootNguyễn Thái Ngọc Duy2013-12-26
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'tm/fetch-prune'Junio C Hamano2014-01-10
|\ \ \ \ \ \ \
| * | | | | | | fetch --prune: Run prune before fetchingTom Miller2014-01-03
| * | | | | | | fetch --prune: always print header urlTom Miller2014-01-03
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'mh/path-max'Junio C Hamano2014-01-10
|\ \ \ \ \ \ \
| * | | | | | | builtin/prune.c: use strbuf to avoid having to worry about PATH_MAXJeff King2013-12-18
| * | | | | | | prune-packed: use strbuf to avoid having to worry about PATH_MAXJunio C Hamano2013-12-17
* | | | | | | | Merge branch 'cc/replace-object-info'Junio C Hamano2014-01-10
|\ \ \ \ \ \ \ \
| * | | | | | | | replace info: rename 'full' to 'long' and clarify in-code symbolsChristian Couder2013-12-30
| * | | | | | | | builtin/replace: unset read_replace_refsChristian Couder2013-12-12
| * | | | | | | | builtin/replace: teach listing using short, medium or full formatsChristian Couder2013-12-12
| * | | | | | | | sha1_object_info_extended(): add an "unsigned flags" parameterChristian Couder2013-12-12
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'nd/negative-pathspec'Junio C Hamano2014-01-10
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |