index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
|
gitweb: Read repo config using 'git config -z -l'
Jakub Narebski
2007-11-02
|
*
|
|
|
|
gitweb: Add tests for overriding gitweb config with repo config
Jakub Narebski
2007-11-02
|
*
|
|
|
|
gitweb: Use href(-replay=>1, action=>...) to generate alternate views
Jakub Narebski
2007-11-02
|
*
|
|
|
|
gitweb: Use href(-replay=>1, page=>...) to generate pagination links
Jakub Narebski
2007-11-02
|
*
|
|
|
|
gitweb: Easier adding/changing parameters to current URL
Jakub Narebski
2007-11-02
|
*
|
|
|
|
gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb test
Jakub Narebski
2007-11-02
|
*
|
|
|
|
gitweb: Add 'status_str' to parse_difftree_raw_line output
Jakub Narebski
2007-11-01
|
*
|
|
|
|
gitweb: Always set 'from_file' and 'to_file' in parse_difftree_raw_line
Jakub Narebski
2007-11-01
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'np/fetch'
Junio C Hamano
2007-11-04
|
\
\
\
\
\
|
*
|
|
|
|
git-fetch: more terse fetch output
Nicolas Pitre
2007-11-02
*
|
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2007-11-03
|
\
\
\
\
\
\
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
RelNotes-1.5.3.5: fix typo
David D Kilzer
2007-11-03
|
*
|
|
|
|
Delay pager setup in git blame
Mike Hommey
2007-11-03
|
*
|
|
|
|
git-cvsimport: really convert underscores in branch names to dots with -u
Gerrit Pape
2007-11-03
*
|
|
|
|
|
git-reset: do not be confused if there is nothing to reset
Johannes Schindelin
2007-11-03
*
|
|
|
|
|
git-clone: honor "--" to end argument parsing
Heikki Orsila
2007-11-03
*
|
|
|
|
|
git-svn: sort the options in the --help message.
Benoit Sigoure
2007-11-03
*
|
|
|
|
|
builtin-fetch: Add "-q" as a synonym for "--quiet"
Steven Grimm
2007-11-03
*
|
|
|
|
|
errors: "strict subset" -> "ancestor"
J. Bruce Fields
2007-11-03
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2007-11-02
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Fixing path quoting in git-rebase
Jonathan del Strother
2007-11-02
|
*
|
|
|
Merge branch 'bk/maint-cvsexportcommit' into maint
Junio C Hamano
2007-11-02
|
|
\
\
\
\
|
*
|
|
|
|
Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites.
Kristian Høgsberg
2007-11-02
|
*
|
|
|
|
Documentation: quote commit messages consistently.
Sergei Organov
2007-11-02
|
*
|
|
|
|
Remove escaping of '|' in manpage option sections
Jonas Fonseca
2007-11-02
*
|
|
|
|
|
Merge branch 'ph/parseopt'
Junio C Hamano
2007-11-02
|
\
\
\
\
\
\
|
*
|
|
|
|
|
gc: use parse_options
James Bowes
2007-11-02
|
*
|
|
|
|
|
Fixed a command line option type for builtin-fsck.c
Emil Medve
2007-10-30
|
*
|
|
|
|
|
Make builtin-pack-refs.c use parse_options.
Pierre Habouzit
2007-10-29
|
*
|
|
|
|
|
Make builtin-name-rev.c use parse_options.
Pierre Habouzit
2007-10-29
|
*
|
|
|
|
|
Make builtin-count-objects.c use parse_options.
Pierre Habouzit
2007-10-29
|
*
|
|
|
|
|
Make builtin-fsck.c use parse_options.
Pierre Habouzit
2007-10-29
|
*
|
|
|
|
|
Update manpages to reflect new short and long option aliases
Jonas Fonseca
2007-10-29
|
*
|
|
|
|
|
Make builtin-for-each-ref.c use parse-opts.
Pierre Habouzit
2007-10-29
|
*
|
|
|
|
|
Make builtin-symbolic-ref.c use parse_options.
Pierre Habouzit
2007-10-29
|
*
|
|
|
|
|
Make builtin-update-ref.c use parse_options
Pierre Habouzit
2007-10-29
|
*
|
|
|
|
|
Make builtin-revert.c use parse_options.
Pierre Habouzit
2007-10-29
|
*
|
|
|
|
|
Make builtin-describe.c use parse_options
Pierre Habouzit
2007-10-29
|
*
|
|
|
|
|
Make builtin-branch.c use parse_options.
Pierre Habouzit
2007-10-29
|
*
|
|
|
|
|
Make builtin-mv.c use parse-options
Pierre Habouzit
2007-10-29
|
*
|
|
|
|
|
Make builtin-rm.c use parse_options.
Pierre Habouzit
2007-10-29
|
*
|
|
|
|
|
Port builtin-add.c to use the new option parser.
Kristian Høgsberg
2007-10-29
|
*
|
|
|
|
|
parse-options: allow callbacks to take no arguments at all.
Pierre Habouzit
2007-10-29
|
*
|
|
|
|
|
parse-options: Allow abbreviated options when unambiguous
Johannes Schindelin
2007-10-29
|
*
|
|
|
|
|
Add shortcuts for very often used options.
Pierre Habouzit
2007-10-29
|
*
|
|
|
|
|
parse-options: make some arguments optional, add callbacks.
Pierre Habouzit
2007-10-29
|
*
|
|
|
|
|
Rework make_usage to print the usage message immediately
Alex Riesen
2007-10-29
|
*
|
|
|
|
|
Add tests for parse-options.c
Johannes Schindelin
2007-10-29
|
*
|
|
|
|
|
parse-options: be able to generate usages automatically
Pierre Habouzit
2007-10-29
|
*
|
|
|
|
|
Add a simple option parser.
Pierre Habouzit
2007-10-29
[prev]
[next]