Commit message (Expand) | Author | Age | |
---|---|---|---|
* | remove .keep pack lock files when done with refs update | Nicolas Pitre | 2006-11-03 |
* | improve fetch-pack's handling of kept packs | Nicolas Pitre | 2006-11-03 |
* | Teach receive-pack how to keep pack files based on object count. | Shawn Pearce | 2006-11-03 |
* | Merge branch 'master' into np/index-pack | Junio C Hamano | 2006-11-03 |
|\ | |||
| * | Merge branch 'maint' | Junio C Hamano | 2006-11-02 |
| |\ | |||
| | * | git-clone documentation didn't mention --origin as equivalent of -o | Andy Parkins | 2006-11-02 |
| | * | Minor grammar fixes for git-diff-index.txt | Andy Parkins | 2006-11-02 |
| * | | Add --global option to git-repo-config. | Sean | 2006-11-02 |
| * | | Merge branch 'maint' | Junio C Hamano | 2006-11-01 |
| |\ \ | | |/ | |||
| | * | pack-objects doesn't create random pack names | Nicolas Pitre | 2006-11-01 |
| * | | Merge branch 'lj/refs' | Junio C Hamano | 2006-11-01 |
| |\ \ | |||
| | * | | core.logallrefupdates create new log file only for branch heads. | Junio C Hamano | 2006-10-08 |
| | * | | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-10-02 |
| | |\ \ | |||
| | * | | | show-ref --hash=len, --abbrev=len, and --abbrev | Junio C Hamano | 2006-10-01 |
| | * | | | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-09-27 |
| | |\ \ \ | |||
| | * \ \ \ | Merge branch 'jc/for-each-ref' into jc/ref-locking | Junio C Hamano | 2006-09-27 |
| | |\ \ \ \ | |||
| | * | | | | | update-ref: -d flag and ref creation safety. | Junio C Hamano | 2006-09-27 |
| | * | | | | | Merge branch 'jc/lt-ref2-with-lt-refs' into jc/ref-locking | Junio C Hamano | 2006-09-27 |
| | |\ \ \ \ \ | |||
| | | * \ \ \ \ | Merge branch 'lt/refs' into jc/lt-ref2-with-lt-refs | Junio C Hamano | 2006-09-21 |
| | | |\ \ \ \ \ | |||
| | | * | | | | | | Document git-show-ref [-s|--hash] option. | Christian Couder | 2006-09-20 |
| | | * | | | | | | Add man page for git-show-ref | Jonas Fonseca | 2006-09-18 |
| | * | | | | | | | Merge branch 'lt/refs' into jc/for-each-ref-with-lt-refs | Junio C Hamano | 2006-09-21 |
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | |||
* | | | | | | | | | Teach git-index-pack how to keep a pack file. | Shawn Pearce | 2006-10-29 |
* | | | | | | | | | Merge early part of branch 'np/index-pack' into sp/keep-pack | Junio C Hamano | 2006-10-29 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||
| * | | | | | | | | add progress status to index-pack | Nicolas Pitre | 2006-10-26 |
| * | | | | | | | | make index-pack able to complete thin packs. | Nicolas Pitre | 2006-10-26 |
| * | | | | | | | | enable index-pack streaming capability | Nicolas Pitre | 2006-10-25 |
* | | | | | | | | | git-send-email: Read the default SMTP server from the GIT config file | Sergey Vlasov | 2006-10-29 |
* | | | | | | | | | git-send-email: Document support for local sendmail instead of SMTP server | Sergey Vlasov | 2006-10-29 |
* | | | | | | | | | Swap the porcelain and plumbing commands in the git man page | Robin Rosenberg | 2006-10-29 |
* | | | | | | | | | Mention that pull can work locally in the synopsis | Robin Rosenberg | 2006-10-29 |
* | | | | | | | | | Documentation: fix git-format-patch mark-up and link it from git.txt | Junio C Hamano | 2006-10-28 |
* | | | | | | | | | Documentation: Update information about <format> in git-for-each-ref | Jakub Narebski | 2006-10-28 |
* | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2006-10-27 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||
| * | | | | | | | | Documentation: add git in /etc/services. | Christian Couder | 2006-10-27 |
| * | | | | | | | | Documentation: add upload-archive service to git-daemon. | Christian Couder | 2006-10-27 |
| * | | | | | | | | git-cherry: document limit and add diagram | Rene Scharfe | 2006-10-26 |
| * | | | | | | | | Merge branch 'jc/combined' into maint | Junio C Hamano | 2006-10-26 |
| |\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | diff-format.txt: Correct information about pathnames quoting in patch format | Jakub Narebski | 2006-10-26 |
* | | | | | | | | | | Merge branch 'jc/combined' | Junio C Hamano | 2006-10-26 |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| / / / / / / / | |_|/ / / / / / / |/| | | | | | | | | |||
| * | | | | | | | | combine-diff: a few more finishing touches. | Junio C Hamano | 2006-10-26 |
| |/ / / / / / / | |||
| * | | | | | | | Documentation: clarify refname disambiguation rules. | Junio C Hamano | 2006-10-26 |
| * | | | | | | | diff-format.txt: Combined diff format documentation supplement | Jakub Narebski | 2006-10-26 |
| * | | | | | | | Remove --syslog in git-daemon inetd documentation examples. | Christian Couder | 2006-10-25 |
| * | | | | | | | Documentation: updates to "Everyday GIT" | J. Bruce Fields | 2006-10-25 |
* | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2006-10-25 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||
| * | | | | | | | Documentation/SubmittingPatches: 3+1 != 6v1.4.3.3 | Junio C Hamano | 2006-10-25 |
* | | | | | | | | Merge for-each-ref to sync gitweb fully with 'next' | Junio C Hamano | 2006-10-25 |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||
| * | | | | | | | git-for-each-ref: improve the documentation on scripting modes | Andy Whitcroft | 2006-09-21 |
| | |/ / / / / | |/| | | | | | |||
| * | | | | | | Add git-for-each-ref: helper for language bindings | Junio C Hamano | 2006-09-16 |
| | |_|/ / / | |/| | | | |