index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
git-rev-parse.txt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'il/rev-glob'
Junio C Hamano
2010-01-23
1
-8
/
+18
|
\
|
*
Documentation: improve description of --glob=pattern and friends
Thomas Rast
2010-01-22
1
-17
/
+15
|
*
rev-parse --branches/--tags/--remotes=pattern
Ilari Liusvaara
2010-01-20
1
-6
/
+13
|
*
rev-parse --glob
Ilari Liusvaara
2010-01-20
1
-0
/
+5
*
|
Merge branch 'js/refer-upstream'
Junio C Hamano
2010-01-23
1
-0
/
+4
|
\
\
|
*
|
Introduce <branch>@{upstream} notation
Johannes Schindelin
2010-01-12
1
-0
/
+4
|
|
/
*
|
Merge remote branch 'remotes/trast-doc/for-next'
Junio C Hamano
2010-01-21
1
-17
/
+17
|
\
\
|
*
|
Documentation: spell 'git cmd' without dash throughout
Thomas Rast
2010-01-10
1
-17
/
+17
|
|
/
*
/
Add 'git rev-parse --show-toplevel' option.
Steven Drake
2010-01-12
1
-0
/
+3
|
/
*
parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-parse
Uwe Kleine-König
2009-06-14
1
-0
/
+5
*
rev-parse: add --sq-quote to shell quote arguments
Christian Couder
2009-05-10
1
-1
/
+34
*
parseopt: fix documentation for --keep-dashdash
Uwe Kleine-König
2009-04-30
1
-1
/
+1
*
rev-parse: --abbrev-ref option to shorten ref name
Bert Wesarg
2009-04-13
1
-0
/
+5
*
Documentation: remove extra quoting/emphasis around literal texts
Chris Johnsen
2009-03-17
1
-4
/
+4
*
sha1_name: support @{-N} syntax in get_sha1()
Thomas Rast
2009-01-18
1
-0
/
+3
*
Documentation/git-rev-parse.txt: update for new git-describe output format
Cesar Eduardo Barros
2008-07-30
1
-2
/
+3
*
Update my e-mail address
Junio C Hamano
2008-07-21
1
-1
/
+1
*
Documentation: update sections on naming revisions and revision ranges
Junio C Hamano
2008-07-09
1
-5
/
+15
*
Merge branch 'maint'
Junio C Hamano
2008-07-07
1
-2
/
+2
|
\
|
*
Fix grammar in git-rev-parse(1).
Mikael Magnusson
2008-07-07
1
-2
/
+2
*
|
manpages: italicize git command names (which were in teletype font)
Jonathan Nieder
2008-07-05
1
-12
/
+12
*
|
Documentation formatting and cleanup
Jonathan Nieder
2008-07-02
1
-6
/
+6
*
|
Documentation: be consistent about "git-" versus "git "
Jonathan Nieder
2008-07-02
1
-3
/
+3
|
/
*
doc/rev-parse: clarify reflog vs --until for specifying revisions
Jeff King
2008-06-30
1
-1
/
+4
*
Docs: Use "-l::\n--long\n" format in OPTIONS sections
Stephan Beyer
2008-06-08
1
-4
/
+8
*
documentation: move git(7) to git(1)
Christian Couder
2008-06-06
1
-1
/
+1
*
Merge branch 'maint'
Junio C Hamano
2008-05-27
1
-10
/
+12
|
\
|
*
Documentation: fix graph in git-rev-parse.txt
Michele Ballabio
2008-05-27
1
-10
/
+12
*
|
Documentation: rev-parse: add a few "--verify" and "--default" examples
Christian Couder
2008-05-21
1
-0
/
+25
*
|
Documentation: rename "hooks.txt" to "githooks.txt" and make it a man page
Christian Couder
2008-05-05
1
-1
/
+1
*
|
rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet"
Christian Couder
2008-04-27
1
-0
/
+5
|
/
*
parse-opt: bring PARSE_OPT_HIDDEN and NONEG to git-rev-parse --parseopt
Pierre Habouzit
2008-03-02
1
-5
/
+12
*
git rev-parse manpage: spelling fix
Miklos Vajna
2008-01-31
1
-2
/
+2
*
fix doc typos
Jim Meyering
2008-01-30
1
-3
/
+3
*
Documentation: rename gitlink macro to linkgit
Dan McGee
2008-01-07
1
-1
/
+1
*
git-rev-parse --symbolic-full-name
Junio C Hamano
2008-01-07
1
-0
/
+7
*
Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts.
Pierre Habouzit
2007-11-06
1
-2
/
+74
*
Document what the stage numbers in the :$n:path syntax mean.
Steven Grimm
2007-08-20
1
-1
/
+4
*
Fix an illustration in git-rev-parse.txt
Junio C Hamano
2007-08-10
1
-1
/
+1
*
Merge branch 'ei/worktree+filter'
Junio C Hamano
2007-07-01
1
-2
/
+9
|
\
|
*
introduce GIT_WORK_TREE to specify the work tree
Matthias Lederhofer
2007-06-07
1
-0
/
+4
|
*
rev-parse: introduce --is-bare-repository
Matthias Lederhofer
2007-06-07
1
-0
/
+3
|
*
rev-parse: document --is-inside-git-dir
Matthias Lederhofer
2007-06-07
1
-0
/
+4
*
|
Document git rev-parse --is-inside-git-dir
Jakub Narebski
2007-06-16
1
-0
/
+4
*
|
War on whitespace
Junio C Hamano
2007-06-07
1
-1
/
+0
|
/
*
SPECIFYING RANGES typo fix: it it => it is
Jari Aalto
2007-05-10
1
-1
/
+1
*
Merge branch 'maint'
Junio C Hamano
2007-03-30
1
-8
/
+8
|
\
|
*
Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES.
Gerrit Pape
2007-03-29
1
-8
/
+8
*
|
object name: introduce ':/<oneline prefix>' notation
Johannes Schindelin
2007-02-24
1
-0
/
+7
|
/
*
Update the documentation for the new '@{...}' syntax
Johannes Schindelin
2007-02-02
1
-0
/
+4
[next]