summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-06worktree: add --detach optionLibravatar Eric Sunshine2-2/+9
2015-07-06worktree: add --force optionLibravatar Eric Sunshine2-2/+12
2015-07-06worktree: introduce "add" commandLibravatar Eric Sunshine2-10/+41
2015-07-06checkout: drop 'checkout_opts' dependency from prepare_linked_checkoutLibravatar Eric Sunshine1-4/+5
2015-07-06checkout: make --to unconditionally verboseLibravatar Eric Sunshine1-2/+1
2015-07-06checkout: prepare_linked_checkout: drop now-unused 'new' argumentLibravatar Eric Sunshine1-3/+2
2015-07-06checkout: relocate --to's "no branch specified" checkLibravatar Eric Sunshine1-3/+4
2015-07-06checkout: fix bug with --to and relative HEADLibravatar Eric Sunshine2-4/+22
2015-07-06Documentation/git-worktree: add EXAMPLES sectionLibravatar Eric Sunshine1-0/+22
2015-07-06Documentation/git-worktree: add high-level 'lock' overviewLibravatar Eric Sunshine1-9/+15
2015-07-06Documentation/git-worktree: split technical info from general descriptionLibravatar Eric Sunshine1-34/+36
2015-07-06Documentation/git-worktree: add BUGS sectionLibravatar Eric Sunshine1-3/+16
2015-07-06Documentation: move linked worktree description from checkout to worktreeLibravatar Eric Sunshine2-67/+64
2015-07-06Documentation/git-worktree: associate options with commandsLibravatar Eric Sunshine1-3/+3
2015-07-06Documentation/git-checkout: fix incorrect worktree prune commandLibravatar Eric Sunshine1-1/+1
2015-07-06Documentation/branch: document -M and -D in terms of --forceLibravatar Matthieu Moy1-2/+2
2015-07-06Documentation/branch: document -d --force and -m --forceLibravatar Matthieu Moy1-0/+4
2015-07-06git-multimail: update to release 1.1.1Libravatar Matthieu Moy4-6/+17
2015-07-05l10n: zh_CN: for git v2.5.0 l10n round 1Libravatar Jiang Xin1-1122/+1381
2015-07-04index-pack: fix allocation of sorted_by_pos arrayLibravatar Junio C Hamano1-8/+8
2015-07-03strbuf: strbuf_read_file() should return ssize_tLibravatar Michael Haggerty2-3/+4
2015-07-03pager: do not leak "GIT_PAGER_IN_USE" to the pagerLibravatar Junio C Hamano1-0/+1
2015-07-01l10n: ca.po: update translationLibravatar Alex Henrie1-1127/+1382
2015-07-02Merge branch 'fr_2.5.0_round1' of git://github.com/jnavila/gitLibravatar Jiang Xin1-1131/+1379
2015-07-01Documentation/i18n.txt: clarify character encoding supportLibravatar Karsten Blees1-10/+23
2015-07-01Makefile / racy-git.txt: clarify USE_NSEC prerequisitesLibravatar Karsten Blees2-6/+11
2015-07-01Git 2.5.0-rc1Libravatar Junio C Hamano2-1/+8
2015-07-01Merge branch 'me/fetch-into-shallow-safety'Libravatar Junio C Hamano1-1/+1
2015-07-01Merge branch 'jc/prompt-document-ps1-state-separator'Libravatar Junio C Hamano1-0/+4
2015-07-01Merge branch 'mm/describe-doc'Libravatar Junio C Hamano1-1/+1
2015-07-01Merge branch 'da/mergetool-winmerge'Libravatar Junio C Hamano1-0/+1
2015-07-01rev-list: disable --use-bitmap-index when pruning commitsLibravatar Jeff King2-1/+7
2015-07-01Add tests for wildcard "path vs ref" disambiguationLibravatar Nguyễn Thái Ngọc Duy1-0/+26
2015-07-01fast-import: add a get-mark commandLibravatar Michael Haggerty3-10/+75
2015-07-01rev-list: add --count to usage guideLibravatar Lawrence Siebert2-0/+2
2015-06-30l10n: fr.po v2.5.0-rc0 (2355t)Libravatar Jean-Noel Avila1-1131/+1379
2015-06-30git rebase -i: add static check for commands and SHA-1Libravatar Galan Rémi3-0/+116
2015-06-30git rebase -i: warn about removed commitsLibravatar Galan Rémi4-3/+197
2015-06-30git-rebase -i: add command "drop" to remove a commitLibravatar Galan Rémi4-3/+25
2015-06-30send-email: minor code refactoringLibravatar Remi Lespinet1-3/+3
2015-06-30send-email: allow use of aliases in the From field of --compose modeLibravatar Remi Lespinet1-2/+2
2015-06-30send-email: refactor address list processLibravatar Remi Lespinet1-10/+12
2015-06-30t9001-send-email: refactor header variable fields replacementLibravatar Remi Lespinet1-4/+7
2015-06-30send-email: allow aliases in patch header and command script outputsLibravatar Remi Lespinet2-0/+62
2015-06-30t9001-send-email: move script creation in a setup testLibravatar Remi Lespinet1-6/+9
2015-06-30status: differentiate interactive from non-interactive rebasesLibravatar Guillaume Pagès2-15/+18
2015-06-30status: factor two rebase-related messages togetherLibravatar Guillaume Pagès1-16/+16
2015-06-30config.c: fix writing config files on Windows network sharesLibravatar Karsten Blees1-0/+3
2015-06-29rebase -i: do not leave a CHERRY_PICK_HEAD file behindLibravatar Johannes Schindelin2-2/+6
2015-06-29t3404: demonstrate CHERRY_PICK_HEAD bugLibravatar Johannes Schindelin1-0/+21