aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix comment in strbuf.h to use correct name strbuf_avail()Steffen Prohaska2007-11-05
* Some better parse-options documentation.Pierre Habouzit2007-11-05
* gc: --prune prunes unreferenced objects.Junio C Hamano2007-11-05
* t3502: Disambiguate between file and rev by adding --Brian Gernhardt2007-11-05
* Add more tests for git-cleanShawn Bohrer2007-11-05
* Use parseopts in builtin-pushDaniel Barkalow2007-11-05
* Split off the pretty print stuff into its own fileJohannes Schindelin2007-11-05
* Fix an infinite loop in sq_quote_buf().Johannes Sixt2007-11-04
* Merge branch 'jc/format-patch-encoding'Junio C Hamano2007-11-04
|\
| * test format-patch -s: make sure MIME content type is shown as neededJunio C Hamano2007-11-02
| * format-patch -s: add MIME encoding header if signer's name requires soJunio C Hamano2007-11-01
* | Merge branch 'jc/revert-merge'Junio C Hamano2007-11-04
|\ \
| * | cherry-pick/revert -m: add testsJunio C Hamano2007-11-02
| * | revert/cherry-pick: work on merge commits as wellJunio C Hamano2007-10-26
* | | Merge branch 'ss/mailsplit'Junio C Hamano2007-11-04
|\ \ \
| * | | Make mailsplit and mailinfo strip whitespace from the start of the inputSimon Sasburg2007-11-02
| | |/ | |/|
* | | Merge branch 'np/pack'Junio C Hamano2007-11-04
|\ \ \
| * | | pack-objects: get rid of an ugly castNicolas Pitre2007-11-02
| * | | make the pack index version configurableNicolas Pitre2007-11-02
| |/ /
* | | Merge branch 'jn/gitweb'Junio C Hamano2007-11-04
|\ \ \
| * | | gitweb: Use config file for repository description and URLsJakub Narebski2007-11-02
| * | | gitweb: Read repo config using 'git config -z -l'Jakub Narebski2007-11-02
| * | | gitweb: Add tests for overriding gitweb config with repo configJakub Narebski2007-11-02
| * | | gitweb: Use href(-replay=>1, action=>...) to generate alternate viewsJakub Narebski2007-11-02
| * | | gitweb: Use href(-replay=>1, page=>...) to generate pagination linksJakub Narebski2007-11-02
| * | | gitweb: Easier adding/changing parameters to current URLJakub Narebski2007-11-02
| * | | gitweb: Remove CGI::Carp::set_programname() call from t9500 gitweb testJakub Narebski2007-11-02
| * | | gitweb: Add 'status_str' to parse_difftree_raw_line outputJakub Narebski2007-11-01
| * | | gitweb: Always set 'from_file' and 'to_file' in parse_difftree_raw_lineJakub Narebski2007-11-01
| |/ /
* | | Merge branch 'np/fetch'Junio C Hamano2007-11-04
|\ \ \
| * | | git-fetch: more terse fetch outputNicolas Pitre2007-11-02
* | | | Merge branch 'maint'Junio C Hamano2007-11-03
|\ \ \ \
| * | | | RelNotes-1.5.3.5: fix typoDavid D Kilzer2007-11-03
| * | | | Delay pager setup in git blameMike Hommey2007-11-03
| * | | | git-cvsimport: really convert underscores in branch names to dots with -uGerrit Pape2007-11-03
* | | | | git-reset: do not be confused if there is nothing to resetJohannes Schindelin2007-11-03
* | | | | git-clone: honor "--" to end argument parsingHeikki Orsila2007-11-03
* | | | | git-svn: sort the options in the --help message.Benoit Sigoure2007-11-03
* | | | | builtin-fetch: Add "-q" as a synonym for "--quiet"Steven Grimm2007-11-03
* | | | | errors: "strict subset" -> "ancestor"J. Bruce Fields2007-11-03
| |/ / / |/| | |
* | | | Merge branch 'maint'Junio C Hamano2007-11-02
|\ \ \ \ | |/ / /
| * | | Fixing path quoting in git-rebaseJonathan del Strother2007-11-02
| * | | Merge branch 'bk/maint-cvsexportcommit' into maintJunio C Hamano2007-11-02
| |\ \ \
| * | | | Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites.Kristian Høgsberg2007-11-02
| * | | | Documentation: quote commit messages consistently.Sergei Organov2007-11-02
| * | | | Remove escaping of '|' in manpage option sectionsJonas Fonseca2007-11-02
* | | | | Merge branch 'ph/parseopt'Junio C Hamano2007-11-02
|\ \ \ \ \
| * | | | | gc: use parse_optionsJames Bowes2007-11-02
| * | | | | Fixed a command line option type for builtin-fsck.cEmil Medve2007-10-30
| * | | | | Make builtin-pack-refs.c use parse_options.Pierre Habouzit2007-10-29