Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | | | | | | | update cache for conflicting submodule entries | Clemens Buchacher | 2009-04-05 | |
| * | | | | | | | | | | | | | | | | | | | add tests for merging with submodules | Clemens Buchacher | 2009-04-05 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'mh/html-path' | Junio C Hamano | 2009-04-07 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | add --html-path to get the location of installed HTML docs | Markus Heidelberg | 2009-04-04 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | git-rev-list.txt: make ascii markup uniform with other pages. | Matthieu Moy | 2009-04-07 | |
* | | | | | | | | | | | | | | | | | | | | git-send-email.txt: clarify which options take an argument. | Matthieu Moy | 2009-04-07 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'jc/name-branch' | Junio C Hamano | 2009-04-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | Don't permit ref/branch names to end with ".lock" | Shawn O. Pearce | 2009-03-24 | |
| * | | | | | | | | | | | | | | | | | | | check_ref_format(): tighten refname rules | Junio C Hamano | 2009-03-24 | |
| * | | | | | | | | | | | | | | | | | | | strbuf_check_branch_ref(): a helper to check a refname for a branch | Junio C Hamano | 2009-03-22 | |
| * | | | | | | | | | | | | | | | | | | | Fix branch -m @{-1} newname | Junio C Hamano | 2009-03-22 | |
| * | | | | | | | | | | | | | | | | | | | check-ref-format --branch: give Porcelain a way to grok branch shorthand | Junio C Hamano | 2009-03-22 | |
| * | | | | | | | | | | | | | | | | | | | strbuf_branchname(): a wrapper for branch name shorthands | Junio C Hamano | 2009-03-22 | |
| * | | | | | | | | | | | | | | | | | | | Rename interpret/substitute nth_last_branch functions | Junio C Hamano | 2009-03-22 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/shared-literally' | Junio C Hamano | 2009-04-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | t1301: loosen test for forced modes | Jeff King | 2009-04-01 | |
| * | | | | | | | | | | | | | | | | | | | set_shared_perm(): sometimes we know what the final mode bits should look like | Junio C Hamano | 2009-03-28 | |
| * | | | | | | | | | | | | | | | | | | | move_temp_to_file(): do not forget to chmod() in "Coda hack" codepath | Junio C Hamano | 2009-03-28 | |
| * | | | | | | | | | | | | | | | | | | | Move chmod(foo, 0444) into move_temp_to_file() | Johan Herland | 2009-03-27 | |
| * | | | | | | | | | | | | | | | | | | | "core.sharedrepository = 0mode" should set, not loosen | Junio C Hamano | 2009-03-27 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'mg/tracked-local-branches' | Junio C Hamano | 2009-04-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | Make local branches behave like remote branches when --tracked | Michael J Gruber | 2009-04-01 | |
| * | | | | | | | | | | | | | | | | | | | | Test for local branches being followed with --track | Michael J Gruber | 2009-03-27 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/format-patch-patchname' | Junio C Hamano | 2009-04-06 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | format_sanitized_subject: Don't trim past initial length of strbuf | Stephen Boyd | 2009-04-01 | |
| * | | | | | | | | | | | | | | | | | | | | | log-tree: fix patch filename computation in "git format-patch" | Christian Couder | 2009-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | | format-patch: --numbered-files and --stdout aren't mutually exclusive | Stephen Boyd | 2009-03-22 | |
| * | | | | | | | | | | | | | | | | | | | | | format-patch: --attach/inline uses filename instead of SHA1 | Stephen Boyd | 2009-03-22 | |
| * | | | | | | | | | | | | | | | | | | | | | format-patch: move get_patch_filename() into log-tree | Stephen Boyd | 2009-03-22 | |
| * | | | | | | | | | | | | | | | | | | | | | format-patch: pass a commit to reopen_stdout() | Stephen Boyd | 2009-03-22 | |
| * | | | | | | | | | | | | | | | | | | | | | format-patch: construct patch filename in one function | Stephen Boyd | 2009-03-22 | |
| * | | | | | | | | | | | | | | | | | | | | | pretty.c: add %f format specifier to format_commit_message() | Stephen Boyd | 2009-03-22 | |
* | | | | | | | | | | | | | | | | | | | | | | user-manual: the name of the hash function is SHA-1, not sha1 | Felipe Contreras | 2009-04-06 | |
* | | | | | | | | | | | | | | | | | | | | | | docbook: change css style | Felipe Contreras | 2009-04-06 | |
* | | | | | | | | | | | | | | | | | | | | | | user-manual: remove some git-foo usage | Felipe Contreras | 2009-04-06 | |
* | | | | | | | | | | | | | | | | | | | | | | Documentation: branch.*.merge can also affect 'git-push' | Santi BĂ©jar | 2009-04-06 | |
* | | | | | | | | | | | | | | | | | | | | | | Add configuration variable for sign-off to format-patch | Heiko Voigt | 2009-04-06 | |
* | | | | | | | | | | | | | | | | | | | | | | bash completion: Update 'git am' options | Todd Zullinger | 2009-04-05 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-04-05 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | | git submodule: fix usage line | Julien Danjou | 2009-04-05 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-04-05 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 2009-04-05 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | | | | | | | | | commit: abort commit if interactive add failed | Jeff King | 2009-04-05 | |
| | | * | | | | | | | | | | | | | | | | | | | git-repack: use non-dashed update-server-info | Dan McGee | 2009-04-05 | |
| | | | |_|_|_|_|_|_|_|/ / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | | doc/git-pack-refs: fix two grammar issues | Markus Heidelberg | 2009-04-05 | |
| | |_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | tests: remove exit after test_done call | Jeff King | 2009-04-05 | |
* | | | | | | | | | | | | | | | | | | | | bisect: improve error message when branch checkout fails | Christian Couder | 2009-04-05 | |
* | | | | | | | | | | | | | | | | | | | | send-email: fix nasty bug in ask() function | Jay Soffian | 2009-04-04 | |
| |_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | Update draft release notes to 1.6.3 | Junio C Hamano | 2009-04-02 | |
* | | | | | | | | | | | | | | | | | | | Sync with 1.6.2.2 | Junio C Hamano | 2009-04-02 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |