summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* silence gcc array-bounds warningjk/refs-c-squelch-gccJeff King2013-10-241-1/+1
* make get_short_ref a public functionJeff King2009-04-073-104/+101
* for-each-ref: add "upstream" format fieldJeff King2009-04-073-0/+41
* for-each-ref: refactor refname handlingJeff King2009-04-071-21/+26
* for-each-ref: refactor get_short_ref functionJeff King2009-04-071-7/+7
* Merge branch 'jc/name-branch'Junio C Hamano2009-04-0611-50/+94
|\
| * Don't permit ref/branch names to end with ".lock"Shawn O. Pearce2009-03-242-0/+5
| * check_ref_format(): tighten refname rulesJunio C Hamano2009-03-243-7/+28
| * strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano2009-03-226-17/+17
| * Fix branch -m @{-1} newnameJunio C Hamano2009-03-221-7/+7
| * check-ref-format --branch: give Porcelain a way to grok branch shorthandJunio C Hamano2009-03-222-0/+22
| * strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano2009-03-226-22/+18
| * Rename interpret/substitute nth_last_branch functionsJunio C Hamano2009-03-226-11/+11
* | Merge branch 'jc/shared-literally'Junio C Hamano2009-04-0610-38/+97
|\ \
| * | t1301: loosen test for forced modesJeff King2009-04-011-2/+2
| * | set_shared_perm(): sometimes we know what the final mode bits should look likeJunio C Hamano2009-03-283-11/+19
| * | move_temp_to_file(): do not forget to chmod() in "Coda hack" codepathJunio C Hamano2009-03-281-2/+3
| * | Move chmod(foo, 0444) into move_temp_to_file()Johan Herland2009-03-275-11/+4
| * | "core.sharedrepository = 0mode" should set, not loosenJunio C Hamano2009-03-275-20/+77
* | | Merge branch 'mg/tracked-local-branches'Junio C Hamano2009-04-062-3/+14
|\ \ \
| * | | Make local branches behave like remote branches when --trackedMichael J Gruber2009-04-012-3/+6
| * | | Test for local branches being followed with --trackMichael J Gruber2009-03-271-1/+9
* | | | Merge branch 'sb/format-patch-patchname'Junio C Hamano2009-04-0617-129/+381
|\ \ \ \
| * | | | format_sanitized_subject: Don't trim past initial length of strbufStephen Boyd2009-04-011-2/+4
| * | | | log-tree: fix patch filename computation in "git format-patch"Christian Couder2009-03-271-10/+5
| * | | | format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd2009-03-222-1/+171
| * | | | format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd2009-03-2214-44/+112
| * | | | format-patch: move get_patch_filename() into log-treeStephen Boyd2009-03-223-24/+26
| * | | | format-patch: pass a commit to reopen_stdout()Stephen Boyd2009-03-221-28/+39
| * | | | format-patch: construct patch filename in one functionStephen Boyd2009-03-221-65/+33
| * | | | pretty.c: add %f format specifier to format_commit_message()Stephen Boyd2009-03-222-0/+36
* | | | | user-manual: the name of the hash function is SHA-1, not sha1Felipe Contreras2009-04-061-25/+25
* | | | | docbook: change css styleFelipe Contreras2009-04-061-2/+12
* | | | | user-manual: remove some git-foo usageFelipe Contreras2009-04-061-74/+74
* | | | | Documentation: branch.*.merge can also affect 'git-push'Santi BĂ©jar2009-04-061-1/+1
* | | | | Add configuration variable for sign-off to format-patchHeiko Voigt2009-04-063-7/+24
* | | | | bash completion: Update 'git am' optionsTodd Zullinger2009-04-051-1/+2
* | | | | Merge branch 'maint'Junio C Hamano2009-04-054-5/+6
|\ \ \ \ \
| * | | | | git submodule: fix usage lineJulien Danjou2009-04-051-1/+1
| * | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-052-2/+3
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-052-2/+3
| | |\ \ \ \ \
| | | * | | | | commit: abort commit if interactive add failedJeff King2009-04-051-1/+2
| | | * | | | | git-repack: use non-dashed update-server-infoDan McGee2009-04-051-1/+1
| * | | | | | | doc/git-pack-refs: fix two grammar issuesMarkus Heidelberg2009-04-051-2/+2
* | | | | | | | tests: remove exit after test_done callJeff King2009-04-0517-26/+0
* | | | | | | | bisect: improve error message when branch checkout failsChristian Couder2009-04-051-3/+3
* | | | | | | | send-email: fix nasty bug in ask() functionJay Soffian2009-04-042-2/+15
* | | | | | | | Update draft release notes to 1.6.3Junio C Hamano2009-04-021-2/+19
* | | | | | | | Sync with 1.6.2.2Junio C Hamano2009-04-022-12/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | GIT 1.6.2.2v1.6.2.2Junio C Hamano2009-04-022-7/+10