aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * pathspec: add copy_pathspecNguyễn Thái Ngọc Duy2013-07-15
| * pathspec: i18n-ize error strings in pathspec parsing codeNguyễn Thái Ngọc Duy2013-07-15
| * move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-15
| * clean: remove unused variable "seen"Nguyễn Thái Ngọc Duy2013-07-15
* | Merge branch 'es/blame-L-twice'Junio C Hamano2013-09-09
|\ \
| * | line-range: reject -L line numbers less than 1Eric Sunshine2013-08-06
| * | t8001/t8002: blame: add tests of -L line numbers less than 1Eric Sunshine2013-08-06
| * | line-range: teach -L^:RE to search from start of fileEric Sunshine2013-08-06
| * | line-range: teach -L:RE to search from end of previous -L rangeEric Sunshine2013-08-06
| * | line-range: teach -L^/RE/ to search from start of fileEric Sunshine2013-08-06
| * | line-range-format.txt: document -L/RE/ relative searchEric Sunshine2013-08-06
| * | log: teach -L/RE/ to search from end of previous -L rangeEric Sunshine2013-08-06
| * | blame: teach -L/RE/ to search from end of previous -L rangeEric Sunshine2013-08-06
| * | line-range: teach -L/RE/ to search relative to anchor pointEric Sunshine2013-08-06
| * | blame: document multiple -L supportEric Sunshine2013-08-06
| * | t8001/t8002: blame: add tests of multiple -L optionsEric Sunshine2013-08-06
| * | blame: accept multiple -L rangesEric Sunshine2013-08-06
| * | blame: inline one-line function into its lone callerEric Sunshine2013-08-06
| * | range-set: publish API for re-use by git-blame -LEric Sunshine2013-08-06
| * | line-range-format.txt: clarify -L:regex usage formEric Sunshine2013-08-06
| * | git-log.txt: place each -L option variation on its own lineEric Sunshine2013-08-06
* | | Merge branch 'tr/log-full-diff-keep-true-parents'Junio C Hamano2013-09-09
|\ \ \
| * | | log: use true parents for diff when walking reflogsThomas Rast2013-08-05
| * | | log: use true parents for diff even when rewritingThomas Rast2013-08-01
* | | | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-09-09
|\ \ \ \
| * | | | cat-file: only split on whitespace when %(rest) is usedJeff King2013-08-05
* | | | | Merge branch 'es/blame-L-more'Junio C Hamano2013-09-09
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | blame: reject empty ranges -L,+0 and -L,-0Eric Sunshine2013-08-05
| * | | | t8001/t8002: blame: demonstrate acceptance of bogus -L,+0 and -L,-0Eric Sunshine2013-08-05
| * | | | blame: reject empty ranges -LX,+0 and -LX,-0Eric Sunshine2013-08-05
| * | | | t8001/t8002: blame: demonstrate acceptance of bogus -LX,+0 and -LX,-0Eric Sunshine2013-08-05
| * | | | log: fix -L bounds checking bugEric Sunshine2013-08-05
| * | | | t4211: retire soon-to-be unimplementable testsEric Sunshine2013-08-05
| * | | | t4211: log: demonstrate -L bounds checking bugEric Sunshine2013-08-05
| * | | | blame: fix -L bounds checking bugEric Sunshine2013-08-05
| * | | | t8001/t8002: blame: add empty file & partial-line testsEric Sunshine2013-08-05
| * | | | t8001/t8002: blame: demonstrate -L bounds checking bugEric Sunshine2013-08-05
| * | | | t8001/t8002: blame: decompose overly-large testEric Sunshine2013-08-05
* | | | | Merge branch 'db/http-savecookies'Junio C Hamano2013-09-09
|\ \ \ \ \
| * | | | | t5551: Remove header from curl cookie fileBrian Gernhardt2013-08-05
| * | | | | http: add http.savecookies option to write out HTTP cookiesDave Borowitz2013-07-30
* | | | | | Merge branch 'jc/push-cas'Junio C Hamano2013-09-09
|\ \ \ \ \ \
| * | | | | | push: teach --force-with-lease to smart-http transportJunio C Hamano2013-08-02
| * | | | | | send-pack: fix parsing of --force-with-lease optionJunio C Hamano2013-08-02
| * | | | | | t5540/5541: smart-http does not support "--force-with-lease"Junio C Hamano2013-08-01
| * | | | | | t5533: test "push --force-with-lease"Junio C Hamano2013-07-22
| * | | | | | push --force-with-lease: tie it all togetherJunio C Hamano2013-07-22
| * | | | | | push --force-with-lease: implement logic to populate old_sha1_expect[]Junio C Hamano2013-07-22
| * | | | | | remote.c: add command line option parser for "--force-with-lease"Junio C Hamano2013-07-22
| * | | | | | builtin/push.c: use OPT_BOOL, not OPT_BOOLEANJunio C Hamano2013-07-08