index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
|
*
pathspec: add copy_pathspec
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
pathspec: i18n-ize error strings in pathspec parsing code
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
move struct pathspec and related functions to pathspec.[ch]
Nguyễn Thái Ngọc Duy
2013-07-15
|
*
clean: remove unused variable "seen"
Nguyễn Thái Ngọc Duy
2013-07-15
*
|
Merge branch 'es/blame-L-twice'
Junio C Hamano
2013-09-09
|
\
\
|
*
|
line-range: reject -L line numbers less than 1
Eric Sunshine
2013-08-06
|
*
|
t8001/t8002: blame: add tests of -L line numbers less than 1
Eric Sunshine
2013-08-06
|
*
|
line-range: teach -L^:RE to search from start of file
Eric Sunshine
2013-08-06
|
*
|
line-range: teach -L:RE to search from end of previous -L range
Eric Sunshine
2013-08-06
|
*
|
line-range: teach -L^/RE/ to search from start of file
Eric Sunshine
2013-08-06
|
*
|
line-range-format.txt: document -L/RE/ relative search
Eric Sunshine
2013-08-06
|
*
|
log: teach -L/RE/ to search from end of previous -L range
Eric Sunshine
2013-08-06
|
*
|
blame: teach -L/RE/ to search from end of previous -L range
Eric Sunshine
2013-08-06
|
*
|
line-range: teach -L/RE/ to search relative to anchor point
Eric Sunshine
2013-08-06
|
*
|
blame: document multiple -L support
Eric Sunshine
2013-08-06
|
*
|
t8001/t8002: blame: add tests of multiple -L options
Eric Sunshine
2013-08-06
|
*
|
blame: accept multiple -L ranges
Eric Sunshine
2013-08-06
|
*
|
blame: inline one-line function into its lone caller
Eric Sunshine
2013-08-06
|
*
|
range-set: publish API for re-use by git-blame -L
Eric Sunshine
2013-08-06
|
*
|
line-range-format.txt: clarify -L:regex usage form
Eric Sunshine
2013-08-06
|
*
|
git-log.txt: place each -L option variation on its own line
Eric Sunshine
2013-08-06
*
|
|
Merge branch 'tr/log-full-diff-keep-true-parents'
Junio C Hamano
2013-09-09
|
\
\
\
|
*
|
|
log: use true parents for diff when walking reflogs
Thomas Rast
2013-08-05
|
*
|
|
log: use true parents for diff even when rewriting
Thomas Rast
2013-08-01
*
|
|
|
Merge branch 'jk/cat-file-batch-optim'
Junio C Hamano
2013-09-09
|
\
\
\
\
|
*
|
|
|
cat-file: only split on whitespace when %(rest) is used
Jeff King
2013-08-05
*
|
|
|
|
Merge branch 'es/blame-L-more'
Junio C Hamano
2013-09-09
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
blame: reject empty ranges -L,+0 and -L,-0
Eric Sunshine
2013-08-05
|
*
|
|
|
t8001/t8002: blame: demonstrate acceptance of bogus -L,+0 and -L,-0
Eric Sunshine
2013-08-05
|
*
|
|
|
blame: reject empty ranges -LX,+0 and -LX,-0
Eric Sunshine
2013-08-05
|
*
|
|
|
t8001/t8002: blame: demonstrate acceptance of bogus -LX,+0 and -LX,-0
Eric Sunshine
2013-08-05
|
*
|
|
|
log: fix -L bounds checking bug
Eric Sunshine
2013-08-05
|
*
|
|
|
t4211: retire soon-to-be unimplementable tests
Eric Sunshine
2013-08-05
|
*
|
|
|
t4211: log: demonstrate -L bounds checking bug
Eric Sunshine
2013-08-05
|
*
|
|
|
blame: fix -L bounds checking bug
Eric Sunshine
2013-08-05
|
*
|
|
|
t8001/t8002: blame: add empty file & partial-line tests
Eric Sunshine
2013-08-05
|
*
|
|
|
t8001/t8002: blame: demonstrate -L bounds checking bug
Eric Sunshine
2013-08-05
|
*
|
|
|
t8001/t8002: blame: decompose overly-large test
Eric Sunshine
2013-08-05
*
|
|
|
|
Merge branch 'db/http-savecookies'
Junio C Hamano
2013-09-09
|
\
\
\
\
\
|
*
|
|
|
|
t5551: Remove header from curl cookie file
Brian Gernhardt
2013-08-05
|
*
|
|
|
|
http: add http.savecookies option to write out HTTP cookies
Dave Borowitz
2013-07-30
*
|
|
|
|
|
Merge branch 'jc/push-cas'
Junio C Hamano
2013-09-09
|
\
\
\
\
\
\
|
*
|
|
|
|
|
push: teach --force-with-lease to smart-http transport
Junio C Hamano
2013-08-02
|
*
|
|
|
|
|
send-pack: fix parsing of --force-with-lease option
Junio C Hamano
2013-08-02
|
*
|
|
|
|
|
t5540/5541: smart-http does not support "--force-with-lease"
Junio C Hamano
2013-08-01
|
*
|
|
|
|
|
t5533: test "push --force-with-lease"
Junio C Hamano
2013-07-22
|
*
|
|
|
|
|
push --force-with-lease: tie it all together
Junio C Hamano
2013-07-22
|
*
|
|
|
|
|
push --force-with-lease: implement logic to populate old_sha1_expect[]
Junio C Hamano
2013-07-22
|
*
|
|
|
|
|
remote.c: add command line option parser for "--force-with-lease"
Junio C Hamano
2013-07-22
|
*
|
|
|
|
|
builtin/push.c: use OPT_BOOL, not OPT_BOOLEAN
Junio C Hamano
2013-07-08
[prev]
[next]