Age | Commit message (Expand) | Author | Files | Lines |
2008-07-30 | Documentation/git-rev-parse.txt: update for new git-describe output format | Cesar Eduardo Barros | 1 | -2/+3 |
2008-07-21 | Update my e-mail address | Junio C Hamano | 1 | -1/+1 |
2008-07-08 | Documentation: update sections on naming revisions and revision ranges | Junio C Hamano | 1 | -5/+15 |
2008-07-07 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
2008-07-06 | Fix grammar in git-rev-parse(1). | Mikael Magnusson | 1 | -2/+2 |
2008-07-05 | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 1 | -12/+12 |
2008-07-01 | Documentation formatting and cleanup | Jonathan Nieder | 1 | -6/+6 |
2008-07-01 | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 1 | -3/+3 |
2008-06-29 | doc/rev-parse: clarify reflog vs --until for specifying revisions | Jeff King | 1 | -1/+4 |
2008-06-08 | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 1 | -4/+8 |
2008-06-06 | documentation: move git(7) to git(1) | Christian Couder | 1 | -1/+1 |
2008-05-26 | Merge branch 'maint' | Junio C Hamano | 1 | -10/+12 |
2008-05-26 | Documentation: fix graph in git-rev-parse.txt | Michele Ballabio | 1 | -10/+12 |
2008-05-21 | Documentation: rev-parse: add a few "--verify" and "--default" examples | Christian Couder | 1 | -0/+25 |
2008-05-04 | Documentation: rename "hooks.txt" to "githooks.txt" and make it a man page | Christian Couder | 1 | -1/+1 |
2008-04-26 | rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet" | Christian Couder | 1 | -0/+5 |
2008-03-02 | parse-opt: bring PARSE_OPT_HIDDEN and NONEG to git-rev-parse --parseopt | Pierre Habouzit | 1 | -5/+12 |
2008-01-31 | git rev-parse manpage: spelling fix | Miklos Vajna | 1 | -2/+2 |
2008-01-29 | fix doc typos | Jim Meyering | 1 | -3/+3 |
2008-01-06 | Documentation: rename gitlink macro to linkgit | Dan McGee | 1 | -1/+1 |
2008-01-06 | git-rev-parse --symbolic-full-name | Junio C Hamano | 1 | -0/+7 |
2007-11-05 | Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts. | Pierre Habouzit | 1 | -2/+74 |
2007-08-19 | Document what the stage numbers in the :$n:path syntax mean. | Steven Grimm | 1 | -1/+4 |
2007-08-10 | Fix an illustration in git-rev-parse.txt | Junio C Hamano | 1 | -1/+1 |
2007-07-01 | Merge branch 'ei/worktree+filter' | Junio C Hamano | 1 | -2/+9 |
2007-06-16 | Document git rev-parse --is-inside-git-dir | Jakub Narebski | 1 | -0/+4 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -1/+0 |
2007-06-06 | introduce GIT_WORK_TREE to specify the work tree | Matthias Lederhofer | 1 | -0/+4 |
2007-06-06 | rev-parse: introduce --is-bare-repository | Matthias Lederhofer | 1 | -0/+3 |
2007-06-06 | rev-parse: document --is-inside-git-dir | Matthias Lederhofer | 1 | -0/+4 |
2007-05-10 | SPECIFYING RANGES typo fix: it it => it is | Jari Aalto | 1 | -1/+1 |
2007-03-29 | Merge branch 'maint' | Junio C Hamano | 1 | -8/+8 |
2007-03-29 | Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES. | Gerrit Pape | 1 | -8/+8 |
2007-02-24 | object name: introduce ':/<oneline prefix>' notation | Johannes Schindelin | 1 | -0/+7 |
2007-02-01 | Update the documentation for the new '@{...}' syntax | Johannes Schindelin | 1 | -0/+4 |
2007-01-17 | Document the master@{n} reflog query syntax. | Shawn O. Pearce | 1 | -0/+8 |
2006-11-07 | Merge branch 'jc/pickaxe' | Junio C Hamano | 1 | -3/+10 |
2006-10-31 | Introduce a new revision set operator <rev>^! | Junio C Hamano | 1 | -3/+10 |
2006-10-26 | Documentation: clarify refname disambiguation rules. | Junio C Hamano | 1 | -4/+21 |
2006-10-18 | Add revspec documentation for ':path', ':[0-3]:path' and git-describe | pclouds@gmail.com | 1 | -1/+15 |
2006-10-03 | escape tilde in Documentation/git-rev-parse.txt | Junio C Hamano | 1 | -1/+1 |
2006-07-06 | rev-parse documentation: talk about range notation. | Junio C Hamano | 1 | -8/+37 |
2006-06-03 | Merge branch 'sp/reflog' | Junio C Hamano | 1 | -0/+7 |
2006-06-03 | Documentation: Spelling fixes | Horst H. von Brand | 1 | -2/+2 |
2006-05-19 | Change 'master@noon' syntax to 'master@{noon}'. | Shawn Pearce | 1 | -5/+6 |
2006-05-17 | Support 'master@2 hours ago' syntax | Shawn Pearce | 1 | -0/+6 |
2006-05-14 | Add "--branches", "--tags" and "--remotes" options to git-rev-parse. | Sean | 1 | -0/+9 |
2006-03-09 | Remove trailing dot after short description | Fredrik Kuivinen | 1 | -1/+1 |
2006-02-19 | Documentation: fix typo in rev-parse --short option description. | Junio C Hamano | 1 | -1/+1 |
2006-02-17 | Document --short and --git-dir in git-rev-parse(1) | Jonas Fonseca | 1 | -0/+8 |