summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2018-11-12rebase-interactive.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12rerere.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12pack-check.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12diff-lib.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12delta-islands.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-12branch.c: remove the_repository referenceNguyễn Thái Ngọc Duy
2018-11-12bisect.c: remove the_repository referenceNguyễn Thái Ngọc Duy
2018-11-12sequencer.c: remove implicit dependency on the_repositoryNguyễn Thái Ngọc Duy
2018-11-12sequencer.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-11-12transport.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-11-12notes-merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-11-12wt-status.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-11-06Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano
2018-11-06Merge branch 'nd/submodule-unused-vars'Junio C Hamano
2018-11-06Merge branch 'sb/submodule-url-to-absolute'Junio C Hamano
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano
2018-11-06Merge branch 'js/remote-archive-dwimfix'Junio C Hamano
2018-11-02rebase: apply cocci patchJunio C Hamano
2018-11-02Merge branch 'js/rebase-autostash-fix'Junio C Hamano
2018-11-02Merge branch 'jc/rebase-in-c-5-test-typofix'Junio C Hamano
2018-11-02Merge branch 'pk/rebase-in-c-6-final'Junio C Hamano
2018-11-02Merge branch 'js/rebase-in-c-5.5-work-with-rebase-i-in-c'Junio C Hamano
2018-11-02Merge branch 'pk/rebase-in-c-5-test'Junio C Hamano
2018-11-02Merge branch 'pk/rebase-in-c-4-opts'Junio C Hamano
2018-11-02Merge branch 'pk/rebase-in-c-3-acts'Junio C Hamano
2018-11-02Merge branch 'pk/rebase-in-c-2-basic'Junio C Hamano
2018-11-02Merge branch 'ag/rebase-i-in-c'Junio C Hamano
2018-11-02Merge branch 'pk/rebase-in-c'Junio C Hamano
2018-10-30Merge branch 'jc/receive-deny-current-branch-fix'Junio C Hamano
2018-10-30Merge branch 'ot/ref-filter-plug-leaks'Junio C Hamano
2018-10-30Merge branch 'sb/submodule-helper-remove-cruft'Junio C Hamano
2018-10-30Merge branch 'js/pack-objects-mutex-init-fix'Junio C Hamano
2018-10-30Merge branch 'tq/branch-style-fix'Junio C Hamano
2018-10-30Merge branch 'tq/branch-create-wo-branch-get'Junio C Hamano
2018-10-30Merge branch 'bc/hash-transition-part-15'Junio C Hamano
2018-10-30Merge branch 'md/filter-trees'Junio C Hamano
2018-10-26Merge branch 'rv/alias-help'Junio C Hamano
2018-10-26archive: initialize archivers earlierJosh Steadmon
2018-10-25repack -ad: prune the list of shallow commitsJohannes Schindelin
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin
2018-10-24rebase --autostash: fix issue with dirty submodulesJohannes Schindelin
2018-10-23exclude-promisor-objects: declare when option is allowedMatthew DeVore
2018-10-23rebase (autostash): use an explicit OID to apply the stashJohannes Schindelin
2018-10-23rebase (autostash): store the full OID in <state-dir>/autostashJohannes Schindelin
2018-10-23rebase (autostash): avoid duplicate call to state_dir_path()Johannes Schindelin
2018-10-22submodule.c: remove some of the_repository referencesNguyễn Thái Ngọc Duy
2018-10-19receive: denyCurrentBranch=updateinstead should not blindly updateJunio C Hamano