summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge branch 'nd/resolve-ref'Junio C Hamano2011-12-1921-76/+73
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-refNguyễn Thái Ngọc Duy2011-12-1313-26/+26
| * | | | | | | | | | Convert resolve_ref+xstrdup to new resolve_refdup functionNguyễn Thái Ngọc Duy2011-12-1312-50/+47
| * | | | | | | | | | revert: convert resolve_ref() to read_ref_full()Nguyễn Thái Ngọc Duy2011-12-121-1/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jn/maint-sequencer-fixes'Junio C Hamano2011-12-196-126/+252
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | revert: stop creating and removing sequencer-old directoryjn/maint-sequencer-fixesJonathan Nieder2011-12-123-21/+7
| * | | | | | | | | | Revert "reset: Make reset remove the sequencer state"Jonathan Nieder2011-12-123-55/+1
| * | | | | | | | | | revert: do not remove state until sequence is finishedJonathan Nieder2011-12-122-14/+4
| * | | | | | | | | | revert: allow single-pick in the middle of cherry-pick sequenceJonathan Nieder2011-12-122-0/+38
| * | | | | | | | | | revert: pass around rev-list args in already-parsed formJonathan Nieder2011-12-122-24/+34
| * | | | | | | | | | revert: allow cherry-pick --continue to commit before resumingJonathan Nieder2011-12-122-6/+156
| * | | | | | | | | | revert: give --continue handling its own functionJonathan Nieder2011-12-121-11/+17
* | | | | | | | | | | Merge branch 'jk/maint-snprintf-va-copy'Junio C Hamano2011-12-191-2/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | compat/snprintf: don't look at va_list twicejk/maint-snprintf-va-copyJeff King2011-12-121-2/+7
* | | | | | | | | | | | Merge branch 'jk/maint-mv'Junio C Hamano2011-12-192-4/+10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | mv: be quiet about overwritingjk/maint-mvJeff King2011-12-121-1/+2
| * | | | | | | | | | | | mv: improve overwrite warningJeff King2011-12-121-1/+1
| * | | | | | | | | | | | mv: make non-directory destination error more clearJeff King2011-12-121-1/+1
| * | | | | | | | | | | | mv: honor --verbose flagJeff King2011-12-122-2/+7
| * | | | | | | | | | | | docs: mention "-k" for both forms of "git mv"Jeff King2011-12-121-1/+1
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'ci/stripspace-docs'Junio C Hamano2011-12-192-7/+64
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Update documentation for stripspaceci/stripspace-docsConrad Irwin2011-12-122-7/+64
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'rr/test-chaining'Junio C Hamano2011-12-1915-199/+123
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t3401: use test_commit in setuprr/test-chainingMartin von Zweigbergk2011-12-111-25/+10
| * | | | | | | | | | | | t3401: modernize styleMartin von Zweigbergk2011-12-111-34/+33
| * | | | | | | | | | | | t3040 (subprojects-basic): fix '&&' chaining, modernize styleRamkumar Ramachandra2011-12-091-72/+72
| * | | | | | | | | | | | t1510 (worktree): fix '&&' chainingRamkumar Ramachandra2011-12-091-3/+3
| * | | | | | | | | | | | t3030 (merge-recursive): use test_expect_codeRamkumar Ramachandra2011-12-091-66/+6
| * | | | | | | | | | | | test: fix '&&' chainingRamkumar Ramachandra2011-12-0810-17/+17
| * | | | | | | | | | | | t3200 (branch): fix '&&' chainingRamkumar Ramachandra2011-12-081-2/+2
* | | | | | | | | | | | | Merge branch 'tr/cache-tree'Junio C Hamano2011-12-1910-11/+144
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | reset: update cache-tree data when appropriateThomas Rast2011-12-062-2/+9
| * | | | | | | | | | | | commit: write cache-tree data when writing index anywayThomas Rast2011-12-062-1/+3
| * | | | | | | | | | | | Refactor cache_tree_update idiom from commitThomas Rast2011-12-065-11/+21
| * | | | | | | | | | | | Test the current state of the cache-tree optimizationThomas Rast2011-12-061-0/+95
| * | | | | | | | | | | | Add test-scrap-cache-treeThomas Rast2011-12-063-0/+19
* | | | | | | | | | | | | Merge branch 'jk/credentials'Junio C Hamano2011-12-1928-100/+2427
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | t: add test harness for external credential helpersJeff King2011-12-121-0/+39
| * | | | | | | | | | | | | credentials: add "store" helperJeff King2011-12-126-0/+248
| * | | | | | | | | | | | | strbuf: add strbuf_add*_urlencodeJeff King2011-12-122-0/+42
| * | | | | | | | | | | | | Makefile: unix sockets may not available on some platformsJohannes Sixt2011-12-122-3/+16
| * | | | | | | | | | | | | credentials: add "cache" helperJeff King2011-12-1112-5/+812
| * | | | | | | | | | | | | docs: end-user documentation for the credential subsystemJeff King2011-12-113-0/+195
| * | | | | | | | | | | | | credential: make relevance of http path configurableJeff King2011-12-114-2/+46
| * | | | | | | | | | | | | credential: add credential.*.usernameJeff King2011-12-113-0/+33
| * | | | | | | | | | | | | credential: apply helper configJeff King2011-12-114-1/+119
| * | | | | | | | | | | | | http: use credential API to get passwordsJeff King2011-12-112-99/+52
| * | | | | | | | | | | | | credential: add function for parsing url componentsJeff King2011-12-113-0/+57
| * | | | | | | | | | | | | introduce credentials APIJeff King2011-12-118-0/+773
| * | | | | | | | | | | | | t5550: fix typoJeff King2011-12-111-1/+1