summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-13color.h: document and modernize headerLibravatar Stefan Beller3-12/+34
2018-02-13docs/interpret-trailers: fix agreement errorLibravatar brian m. carlson1-1/+1
2018-02-12rebase: introduce and use pseudo-ref REBASE_HEADLibravatar Nguyễn Thái Ngọc Duy9-6/+25
2018-02-12rebase: add --show-current-patchLibravatar Nguyễn Thái Ngọc Duy9-4/+71
2018-02-12am: add --show-current-patchLibravatar Nguyễn Thái Ngọc Duy4-6/+39
2018-02-12worktree remove: allow it when $GIT_WORK_TREE is already goneLibravatar Nguyễn Thái Ngọc Duy4-7/+36
2018-02-12worktree remove: new commandLibravatar Nguyễn Thái Ngọc Duy4-11/+179
2018-02-12worktree move: refuse to move worktrees with submodulesLibravatar Nguyễn Thái Ngọc Duy2-1/+24
2018-02-12worktree move: accept destination as directoryLibravatar Nguyễn Thái Ngọc Duy4-1/+32
2018-02-12worktree move: new commandLibravatar Nguyễn Thái Ngọc Duy4-7/+87
2018-02-12worktree.c: add update_worktree_location()Libravatar Nguyễn Thái Ngọc Duy2-0/+23
2018-02-12check-ignore: fix mix of directories and other file typesLibravatar René Scharfe2-1/+22
2018-02-12send-email: error out when relogin delay is missingLibravatar Stefan Beller1-0/+4
2018-02-12describe: confirm that blobs actually existLibravatar Jeff King2-1/+9
2018-02-12Makefile: suppress a sparse warning for pack-revindex.cLibravatar Ramsay Jones1-0/+2
2018-02-12config.mak.uname: remove SPARSE_FLAGS setting for cygwinLibravatar Ramsay Jones1-1/+0
2018-02-12t4151: consolidate multiple calls to test_i18ngrepLibravatar Ramsay Jones1-3/+2
2018-02-12t0002: simplify error checkingLibravatar Jeff King1-43/+10
2018-02-12t: document 'test_must_fail ok=<signal-name>'Libravatar SZEDER Gábor2-2/+22
2018-02-09update-index doc: note the caveat with "could not open..."Libravatar Ævar Arnfjörð Bjarmason1-0/+10
2018-02-09update-index doc: note a fixed bug in the untracked cacheLibravatar Ævar Arnfjörð Bjarmason1-0/+16
2018-02-09fetch: make the --prune-tags work with <url>Libravatar Ævar Arnfjörð Bjarmason3-27/+27
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configLibravatar Ævar Arnfjörð Bjarmason8-5/+191
2018-02-09fetch tests: add scaffolding for the new fetch.pruneTagsLibravatar Ævar Arnfjörð Bjarmason1-42/+50
2018-02-09git-fetch & config doc: link to the new PRUNING sectionLibravatar Ævar Arnfjörð Bjarmason2-1/+8
2018-02-09git remote doc: correct dangerous lies about what prune doesLibravatar Ævar Arnfjörð Bjarmason1-5/+9
2018-02-09git fetch doc: add a new section to explain the ins & outs of pruningLibravatar Ævar Arnfjörð Bjarmason1-0/+49
2018-02-09fetch tests: fetch <url> <spec> as well as fetch [<remote>]Libravatar Ævar Arnfjörð Bjarmason1-4/+40
2018-02-09fetch tests: expand case/esac for later changeLibravatar Ævar Arnfjörð Bjarmason1-2/+6
2018-02-09fetch tests: double quote a variable for interpolationLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-02-09fetch tests: test --prune and refspec interactionLibravatar Ævar Arnfjörð Bjarmason1-0/+12
2018-02-09fetch tests: add a tag to be deleted to the pruning testsLibravatar Ævar Arnfjörð Bjarmason1-40/+53
2018-02-09fetch tests: re-arrange arguments for future readabilityLibravatar Ævar Arnfjörð Bjarmason1-38/+44
2018-02-09fetch tests: refactor in preparation for testing tag pruningLibravatar Ævar Arnfjörð Bjarmason1-3/+6
2018-02-09remote: add a macro for "refs/tags/*:refs/tags/*"Libravatar Ævar Arnfjörð Bjarmason2-0/+3
2018-02-09fetch: stop accessing "remote" variable indirectlyLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2018-02-09fetch: trivially refactor assignment to ref_nrLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-02-09fetch: don't redundantly NULL something calloc() gave usLibravatar Ævar Arnfjörð Bjarmason1-1/+0
2018-02-09completion: use __gitcomp_builtin in _git_worktreeLibravatar Nguyễn Thái Ngọc Duy2-5/+5
2018-02-09completion: use __gitcomp_builtin in _git_tagLibravatar Nguyễn Thái Ngọc Duy1-5/+1
2018-02-09completion: use __gitcomp_builtin in _git_statusLibravatar Nguyễn Thái Ngọc Duy1-5/+1
2018-02-09completion: use __gitcomp_builtin in _git_show_branchLibravatar Nguyễn Thái Ngọc Duy1-6/+1
2018-02-09completion: use __gitcomp_builtin in _git_rmLibravatar Nguyễn Thái Ngọc Duy2-2/+2
2018-02-09completion: use __gitcomp_builtin in _git_revertLibravatar Nguyễn Thái Ngọc Duy1-5/+5
2018-02-09completion: use __gitcomp_builtin in _git_resetLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-02-09completion: use __gitcomp_builtin in _git_replaceLibravatar Nguyễn Thái Ngọc Duy2-2/+3
2018-02-09remote: force completing --mirror= instead of --mirrorLibravatar Nguyễn Thái Ngọc Duy3-2/+8
2018-02-09completion: use __gitcomp_builtin in _git_remoteLibravatar Nguyễn Thái Ngọc Duy1-8/+8
2018-02-09completion: use __gitcomp_builtin in _git_pushLibravatar Nguyễn Thái Ngọc Duy2-7/+2
2018-02-09completion: use __gitcomp_builtin in _git_pullLibravatar Nguyễn Thái Ngọc Duy1-20/+5