index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin-rev-parse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-22
Merge branch 'il/rev-glob'
Junio C Hamano
1
-0
/
+23
2010-01-20
rev-parse --branches/--tags/--remotes=pattern
Ilari Liusvaara
1
-0
/
+18
2010-01-20
rev-parse --glob
Ilari Liusvaara
1
-0
/
+5
2010-01-11
Add 'git rev-parse --show-toplevel' option.
Steven Drake
1
-0
/
+6
2009-11-20
Merge branch 'jn/help-everywhere'
Junio C Hamano
1
-0
/
+10
2009-11-10
Show usage string for 'git rev-parse -h'
Jonathan Nieder
1
-0
/
+10
2009-10-28
Add '--bisect' revision machinery argument
Linus Torvalds
1
-0
/
+11
2009-07-06
Merge branch 'tr/die_errno'
Junio C Hamano
1
-1
/
+1
2009-06-27
Use die_errno() instead of die() when checking syscalls
Thomas Rast
1
-1
/
+1
2009-06-13
parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-parse
Uwe Kleine-König
1
-2
/
+6
2009-05-25
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
1
-2
/
+2
2009-05-10
rev-parse: add --sq-quote to shell quote arguments
Christian Couder
1
-0
/
+15
2009-04-13
rev-parse: --abbrev-ref option to shorten ref name
Bert Wesarg
1
-2
/
+21
2008-10-12
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
1
-3
/
+1
2008-07-27
rev-parse: Add support for the ^! and ^@ syntax
Björn Steinbrink
1
-0
/
+32
2008-07-13
Make usage strings dash-less
Stephan Beyer
1
-1
/
+1
2008-05-25
Merge branch 'js/config-cb'
Junio C Hamano
1
-1
/
+1
2008-05-23
Merge branch 'maint'
Junio C Hamano
1
-6
/
+12
2008-05-23
Merge branch 'maint-1.5.4' into maint
Junio C Hamano
1
-6
/
+12
2008-05-23
rev-parse --symbolic-full-name: don't print '^' if SHA1 is not a ref
Johannes Sixt
1
-6
/
+12
2008-05-14
Provide git_config with a callback-data parameter
Johannes Schindelin
1
-1
/
+1
2008-05-11
rev-parse --verify: do not output anything on error
Christian Couder
1
-15
/
+23
2008-05-11
rev-parse: fix using "--default" with "--verify"
Christian Couder
1
-0
/
+2
2008-04-27
rev-parse: fix --verify to error out when passed junk after a good rev
Christian Couder
1
-2
/
+2
2008-04-26
rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet"
Christian Couder
1
-4
/
+16
2008-03-02
parse-opt: bring PARSE_OPT_HIDDEN and NONEG to git-rev-parse --parseopt
Pierre Habouzit
1
-11
/
+17
2008-02-25
rev-parse: fix potential bus error with --parseopt option spec handling
Jay Soffian
1
-1
/
+1
2008-01-06
git-rev-parse --symbolic-full-name
Junio C Hamano
1
-3
/
+34
2007-12-03
Trace and quote with argv: get rid of unneeded count argument.
Christian Couder
1
-1
/
+1
2007-11-06
git-rev-parse --parseopt
Junio C Hamano
1
-2
/
+2
2007-11-05
Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts.
Pierre Habouzit
1
-0
/
+126
2007-08-01
Clean up work-tree handling
Johannes Schindelin
1
-0
/
+7
2007-06-06
introduce GIT_WORK_TREE to specify the work tree
Matthias Lederhofer
1
-0
/
+5
2007-06-06
rev-parse: introduce --is-bare-repository
Matthias Lederhofer
1
-0
/
+5
2007-02-20
prefixcmp(): fix-up leftover strncmp().
Junio C Hamano
1
-1
/
+1
2007-02-20
Mechanical conversion to use prefixcmp()
Junio C Hamano
1
-5
/
+5
2007-02-05
Commands requiring a work tree must not run in GIT_DIR
Johannes Schindelin
1
-0
/
+5
2006-09-20
Tell between packed, unpacked and symbolic refs.
Junio C Hamano
1
-1
/
+1
2006-09-20
Add callback data to for_each_ref() family.
Junio C Hamano
1
-5
/
+5
2006-08-15
remove unnecessary initializations
David Rientjes
1
-5
/
+5
2006-07-29
Call setup_git_directory() much earlier
Linus Torvalds
1
-2
/
+1
2006-07-06
builtin-rev-parse.c: constness tightening
Junio C Hamano
1
-1
/
+1
2006-07-04
Teach rev-parse the ... syntax.
Santi Béjar
1
-18
/
+47
2006-06-28
Make some strings const
Timo Hirvonen
1
-1
/
+1
2006-06-05
rev-parse: tighten constness properly.
Junio C Hamano
1
-5
/
+5
2006-06-03
Builtin git-rev-parse.
Christian Couder
1
-0
/
+365