aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | GIT 1.5.2.1v1.5.2.1Junio C Hamano2007-06-02
* | | Release Notes: start preparing for 1.5.3Junio C Hamano2007-06-02
| | |
| \ \
*-. \ \ Merge branches 'lh/submodules' and 'pb/am'Junio C Hamano2007-06-02
|\ \ \ \ | |_|_|/ |/| | |
| | * | Remove git-applypatchJunio C Hamano2007-05-24
| | * | git-applymbox: Remove commandPetr Baudis2007-05-24
| * | | Add basic test-script for git-submoduleLars Hjemli2007-06-02
| * | | Add git-submodule commandLars Hjemli2007-05-26
* | | | Merge branch 'np/pack'Junio C Hamano2007-06-02
|\ \ \ \
| * | | | fix repack with --max-pack-sizeNicolas Pitre2007-05-30
| * | | | builtin-pack-object: cache small deltasMartin Koegler2007-05-29
| * | | | git-pack-objects: cache small deltas between big objectsMartin Koegler2007-05-29
| * | | | builtin-pack-objects: don't fail, if delta is not possibleMartin Koegler2007-05-29
* | | | | Merge branch 'sp/pack'Junio C Hamano2007-06-02
|\ \ \ \ \
| * | | | | Style nit - don't put space after function namesShawn O. Pearce2007-05-29
| * | | | | Ensure the pack index is opened before accessShawn O. Pearce2007-05-29
| * | | | | Simplify index access condition in count-objects, pack-redundantShawn O. Pearce2007-05-29
| * | | | | Test for recent rev-parse $abbrev_sha1 regressionShawn O. Pearce2007-05-29
| * | | | | rev-parse: Identify short sha1 sums correctly.James Bowes2007-05-29
| * | | | | Attempt to delay prepare_alt_odb during get_sha1Shawn O. Pearce2007-05-26
| * | | | | Micro-optimize prepare_alt_odbShawn O. Pearce2007-05-26
| * | | | | Lazily open pack index files on demandShawn O. Pearce2007-05-26
| | |/ / / | |/| | |
* | | | | git-rebase: suggest to use git-add instead of git-update-indexJonas Fonseca2007-06-02
* | | | | Merge branch 'maint'Junio C Hamano2007-06-02
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Use =20 when rfc2047 encoding spaces.Kristian Høgsberg2007-06-02
| * | | | Create a new manpage for the gitignore format, and reference it elsewhereJosh Triplett2007-06-02
| * | | | Documentation: robustify asciidoc GIT_VERSION replacementJeff King2007-06-02
* | | | | Fix git-am(1) synopsis formattingJonas Fonseca2007-06-02
* | | | | Fix minor grammatical typos in the git-gc man pageTheodore Ts'o2007-05-31
* | | | | diff-delta: use realloc instead of xreallocMartin Koegler2007-05-31
* | | | | Merge branch 'maint'Junio C Hamano2007-05-31
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-31
| |\ \ \ \
| | * | | | git-config: Improve documentation of git-config file handlingFrank Lichtenheld2007-05-30
| | * | | | git-config: Various small fixes to asciidoc documentationFrank Lichtenheld2007-05-30
| | * | | | decode_85(): fix missing return.Jerald Fitzjerald2007-05-30
| | * | | | fix signed range problems with hex conversionsLinus Torvalds2007-05-30
* | | | | | always start looking up objects in the last used pack firstNicolas Pitre2007-05-30
* | | | | | Makefile: Use generic rule to build test programsJulian Phillips2007-05-30
* | | | | | Add DLH to .mailmapJunio C Hamano2007-05-30
| |_|_|/ / |/| | | |
* | | | | Merge branch 'db/remote'Junio C Hamano2007-05-29
|\ \ \ \ \
| * | | | | Move refspec pattern matching to match_refs().Daniel Barkalow2007-05-26
| * | | | | Update local tracking refs when pushingDaniel Barkalow2007-05-20
| * | | | | Add handlers for fetch-side configuration of remotes.Daniel Barkalow2007-05-20
| * | | | | Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow2007-05-20
| * | | | | Move remote parsing into a library file out of builtin-push.Daniel Barkalow2007-05-20
* | | | | | Merge branch 'dh/repack' (early part)Junio C Hamano2007-05-29
|\ \ \ \ \ \
| * | | | | | Ensure git-repack -a -d --max-pack-size=N deletes correct packsDana How2007-05-24
| * | | | | | pack-objects: clarification & option checks for --max-pack-sizeDana How2007-05-23
| * | | | | | git-repack --max-pack-size: add option parsing to enable featureDana L. How2007-05-20
| * | | | | | git-repack --max-pack-size: split packs as asked by write_{object,one}()Dana L. How2007-05-20
| * | | | | | git-repack --max-pack-size: write_{object,one}() respect pack limitDana L. How2007-05-20