index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
rev-parse.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
\
\
|
*
|
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
1
-28
/
+28
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
1
-3
/
+3
|
*
|
builtin/rev-parse: convert to struct object_id
brian m. carlson
2017-05-02
1
-28
/
+28
|
|
/
*
/
PRItime: introduce a new "printf format" for timestamps
Johannes Schindelin
2017-04-24
1
-1
/
+1
|
/
*
Merge branch 'bc/object-id'
Junio C Hamano
2017-04-20
1
-2
/
+2
|
\
|
*
Convert sha1_array_for_each_unique and for_each_abbrev to object_id
brian m. carlson
2017-03-31
1
-2
/
+2
*
|
replace unchecked snprintf calls with heap buffers
Jeff King
2017-03-30
1
-2
/
+3
*
|
Merge branch 'jk/prefix-filename'
Junio C Hamano
2017-03-27
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
prefix_filename: return newly allocated string
Jeff King
2017-03-21
1
-1
/
+3
|
*
prefix_filename: drop length parameter
Jeff King
2017-03-21
1
-3
/
+1
*
|
Merge branch 'jk/rev-parse-cleanup'
Junio C Hamano
2017-03-21
1
-52
/
+57
|
\
\
|
|
/
|
/
|
|
*
rev-parse: simplify parsing of ref options
Jeff King
2017-03-15
1
-29
/
+16
|
*
rev-parse: add helper for parsing "--foo/--foo="
Jeff King
2017-03-15
1
-10
/
+28
|
*
rev-parse: use skip_prefix when parsing options
Jeff King
2017-03-15
1
-20
/
+20
*
|
rev-parse: add --show-superproject-working-tree
Stefan Beller
2017-03-09
1
-0
/
+7
*
|
Merge branch 'js/git-path-in-subdir'
Junio C Hamano
2017-02-27
1
-4
/
+11
|
\
\
|
*
|
rev-parse: fix several options when running in a subdirectory
Johannes Schindelin
2017-02-17
1
-4
/
+11
|
|
/
*
/
rev-parse: add '--absolute-git-dir' option
SZEDER Gábor
2017-02-04
1
-8
/
+18
|
/
*
Merge branch 'jk/rev-parse-symbolic-parents-fix'
Junio C Hamano
2016-12-17
1
-1
/
+6
|
\
|
*
rev-parse: fix parent shorthands with --symbolic
Jeff King
2016-11-16
1
-1
/
+6
*
|
Merge branch 'lt/abbrev-auto'
Junio C Hamano
2016-10-27
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
abbrev: prepare for new world order
Junio C Hamano
2016-10-03
1
-2
/
+3
*
|
revision: new rev^-n shorthand for rev^n..rev
Vegard Nossum
2016-09-27
1
-13
/
+41
|
/
*
use strbuf_addstr() for adding constant strings to a strbuf
René Scharfe
2016-08-01
1
-1
/
+1
*
Merge branch 'jk/rev-parse-local-env-vars'
Junio C Hamano
2016-04-03
1
-18
/
+32
|
\
|
*
rev-parse: let some options run outside repository
Jeff King
2016-02-29
1
-18
/
+32
*
|
Merge branch 'nd/git-common-dir-fix'
Junio C Hamano
2016-02-24
1
-1
/
+2
|
\
\
|
*
|
rev-parse: take prefix into account in --git-common-dir
Nguyễn Thái Ngọc Duy
2016-02-13
1
-1
/
+2
|
|
/
*
|
rev-parse: read parseopt spec with strbuf_getline()
Junio C Hamano
2016-01-15
1
-2
/
+2
*
|
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
1
-2
/
+2
|
/
*
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-2
/
+2
*
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
1
-2
/
+2
*
use pop_commit() for consuming the first entry of a struct commit_list
René Scharfe
2015-10-26
1
-5
/
+2
*
rev-parse --parseopt: allow [*=?!] in argument hints
Ilya Bobyr
2015-07-15
1
-27
/
+30
*
builtin/rev-parse: rewrite to take an object_id argument
Michael Haggerty
2015-05-25
1
-24
/
+17
*
each_ref_fn: change to take an object_id parameter
Michael Haggerty
2015-05-25
1
-13
/
+20
*
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
2015-05-11
1
-0
/
+11
|
\
|
*
setup.c: support multi-checkout repo setup
Nguyễn Thái Ngọc Duy
2014-12-01
1
-0
/
+4
|
*
git_path(): be aware of file relocation in $GIT_DIR
Nguyễn Thái Ngọc Duy
2014-12-01
1
-0
/
+7
*
|
standardize usage info string format
Alex Henrie
2015-01-14
1
-3
/
+3
*
|
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
*
|
refs: make rev-parse --quiet actually quiet
David Aguilar
2014-09-19
1
-1
/
+4
*
|
Merge branch 'rs/strbuf-getcwd'
Junio C Hamano
2014-09-02
1
-3
/
+3
|
\
\
|
*
|
use xgetcwd() to get the current directory or die
René Scharfe
2014-08-26
1
-3
/
+3
|
|
/
*
|
Merge branch 'jk/misc-fixes-maint'
Junio C Hamano
2014-07-28
1
-0
/
+1
|
\
\
|
*
|
free ref string returned by dwim_ref
Jeff King
2014-07-24
1
-0
/
+1
|
|
/
*
/
rev-parse: add --shared-index-path to get shared index path
Nguyễn Thái Ngọc Duy
2014-06-13
1
-0
/
+10
|
/
[prev]
[next]