index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sha1_name.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
diagnose_invalid_index_path: use strbuf to avoid strcpy/strcat
Jeff King
2015-10-05
1
-12
/
+9
*
find_short_object_filename: convert sprintf to xsnprintf
Jeff King
2015-09-25
1
-2
/
+6
*
add reentrant variants of sha1_to_hex and find_unique_abbrev
Jeff King
2015-09-25
1
-5
/
+11
*
convert "enum date_mode" into a struct
Jeff King
2015-06-29
1
-1
/
+1
*
Merge branch 'bc/object-id'
Junio C Hamano
2015-06-05
1
-3
/
+4
|
\
|
*
handle_one_ref(): rewrite to take an object_id argument
Michael Haggerty
2015-05-25
1
-6
/
+4
|
*
each_ref_fn: change to take an object_id parameter
Michael Haggerty
2015-05-25
1
-1
/
+4
*
|
Merge branch 'jk/at-push-sha1'
Junio C Hamano
2015-06-05
1
-36
/
+45
|
\
\
|
*
|
sha1_name: implement @{push} shorthand
Jeff King
2015-05-22
1
-1
/
+13
|
*
|
sha1_name: refactor interpret_upstream_mark
Jeff King
2015-05-22
1
-21
/
+23
|
*
|
sha1_name: refactor upstream_mark
Jeff King
2015-05-22
1
-3
/
+9
|
*
|
remote.c: report specific errors from branch_get_upstream
Jeff King
2015-05-21
1
-18
/
+7
|
|
/
*
|
Merge branch 'dt/cat-file-follow-symlinks'
Junio C Hamano
2015-06-01
1
-5
/
+15
|
\
\
|
*
|
sha1_name: get_sha1_with_context learns to follow symlinks
David Turner
2015-05-20
1
-5
/
+15
|
|
/
*
/
use file_exists() to check if a file exists in the worktree
René Scharfe
2015-05-20
1
-4
/
+3
|
/
*
Merge branch 'rs/use-isxdigit'
Junio C Hamano
2015-03-20
1
-1
/
+1
|
\
|
*
use isxdigit() for checking if a character is a hexadecimal digit
René Scharfe
2015-03-10
1
-1
/
+1
*
|
Merge branch 'rs/simple-cleanups'
Junio C Hamano
2015-03-05
1
-6
/
+2
|
\
\
|
*
|
sha1_name: use strlcpy() to copy strings
René Scharfe
2015-02-22
1
-6
/
+2
*
|
|
Merge branch 'jc/merge-bases'
Junio C Hamano
2015-01-07
1
-1
/
+1
|
\
\
\
|
*
|
|
get_merge_bases(): always clean-up object flags
Junio C Hamano
2014-10-30
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'mh/find-uniq-abbrev'
Junio C Hamano
2014-12-22
1
-1
/
+1
|
\
\
\
|
*
|
|
sha1_name: avoid unnecessary sha1 lookup in find_unique_abbrev
Mike Hommey
2014-11-26
1
-1
/
+1
*
|
|
|
refs: make rev-parse --quiet actually quiet
David Aguilar
2014-09-19
1
-9
/
+15
*
|
|
|
Merge branch 'rs/list-optim'
Junio C Hamano
2014-09-11
1
-1
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
sha1_name: avoid quadratic list insertion in handle_one_ref
René Scharfe
2014-08-25
1
-1
/
+2
*
|
|
|
Merge branch 'jk/misc-fixes-maint'
Junio C Hamano
2014-07-28
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
free ref string returned by dwim_ref
Jeff King
2014-07-24
1
-1
/
+3
*
|
|
|
|
use strbuf_addbuf for adding strbufs
René Scharfe
2014-07-10
1
-1
/
+1
*
|
|
|
|
Merge branch 'jk/xstrfmt'
Junio C Hamano
2014-07-09
1
-4
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
use xstrfmt to replace xmalloc + strcpy/strcat
Jeff King
2014-06-20
1
-4
/
+1
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'jk/skip-prefix'
Junio C Hamano
2014-07-09
1
-3
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
use skip_prefix to avoid repeating strings
Jeff King
2014-06-20
1
-3
/
+1
|
|
/
/
/
*
|
|
|
commit: record buffer length in cache
Jeff King
2014-06-13
1
-1
/
+1
*
|
|
|
use get_commit_buffer to avoid duplicate code
Jeff King
2014-06-13
1
-14
/
+4
|
/
/
/
*
|
|
Merge branch 'nd/log-show-linear-break'
Junio C Hamano
2014-04-03
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
object.h: centralize object flag allocation
Nguyễn Thái Ngọc Duy
2014-03-25
1
-0
/
+2
*
|
|
Merge branch 'jk/interpret-branch-name-fix'
Junio C Hamano
2014-01-27
1
-44
/
+73
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
interpret_branch_name: find all possible @-marks
Jeff King
2014-01-15
1
-9
/
+11
|
*
|
interpret_branch_name: avoid @{upstream} past colon
Jeff King
2014-01-15
1
-0
/
+3
|
*
|
interpret_branch_name: always respect "namelen" parameter
Jeff King
2014-01-15
1
-7
/
+10
|
*
|
interpret_branch_name: rename "cp" variable to "at"
Jeff King
2014-01-15
1
-5
/
+5
|
*
|
interpret_branch_name: factor out upstream handling
Jeff King
2014-01-15
1
-31
/
+52
*
|
|
Merge branch 'br/sha1-name-40-hex-no-disambiguation'
Junio C Hamano
2014-01-13
1
-2
/
+2
|
\
\
\
|
*
|
|
sha1_name: don't resolve refs when core.warnambiguousrefs is false
Brodie Rao
2014-01-07
1
-2
/
+2
|
|
/
/
*
|
|
Merge branch 'cc/starts-n-ends-with'
Junio C Hamano
2013-12-17
1
-8
/
+8
|
\
\
\
|
*
|
|
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
1
-8
/
+8
|
|
/
/
*
|
|
Merge branch 'jk/robustify-parse-commit'
Junio C Hamano
2013-12-05
1
-2
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
assume parse_commit checks for NULL commit
Jeff King
2013-10-25
1
-2
/
+0
|
|
/
*
|
sha1-name: trivial style cleanup
Felipe Contreras
2013-10-31
1
-1
/
+0
[next]