Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Add git_snpath: a .git path formatting routine with output buffer | Alex Riesen | 2008-10-30 | 2 | -0/+25 | |
| * | | | | | | | Fix potentially dangerous uses of mkpath and git_path | Alex Riesen | 2008-10-26 | 1 | -2/+2 | |
| * | | | | | | | Fix mkpath abuse in dwim_ref and dwim_log of sha1_name.c | Alex Riesen | 2008-10-26 | 1 | -2/+4 | |
| * | | | | | | | Add mksnpath which allows you to specify the output buffer | Alex Riesen | 2008-10-26 | 2 | -0/+18 | |
* | | | | | | | | Merge branch 'mv/maint-branch-m-symref' into maint | Junio C Hamano | 2008-11-08 | 11 | -24/+65 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | update-ref --no-deref -d: handle the case when the pointed ref is packed | Miklos Vajna | 2008-10-31 | 2 | -1/+12 | |
| * | | | | | | | git branch -m: forbid renaming of a symref | Miklos Vajna | 2008-10-30 | 2 | -20/+17 | |
| * | | | | | | | Fix git update-ref --no-deref -d. | Miklos Vajna | 2008-10-26 | 2 | -3/+12 | |
| * | | | | | | | rename_ref(): handle the case when the reflog of a ref does not exist | Miklos Vajna | 2008-10-26 | 1 | -1/+1 | |
| * | | | | | | | Fix git branch -m for symrefs. | Miklos Vajna | 2008-10-26 | 10 | -31/+55 | |
* | | | | | | | | format-patch documentation: mention the special case of showing a single commit | Junio C Hamano | 2008-11-02 | 1 | -1/+2 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Add reference for status letters in documentation. | Yann Dirson | 2008-11-02 | 2 | -1/+17 | |
* | | | | | | | Document that git-log takes --all-match. | Mikael Magnusson | 2008-11-02 | 1 | -0/+4 | |
* | | | | | | | Update draft 1.6.0.4 release notes | Junio C Hamano | 2008-11-02 | 1 | -7/+18 | |
* | | | | | | | Merge branch 'js/maint-fetch-update-head' into maint | Junio C Hamano | 2008-11-02 | 7 | -5/+44 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | pull: allow "git pull origin $something:$current_branch" into an unborn branch | Junio C Hamano | 2008-10-17 | 2 | -2/+14 | |
| * | | | | | | | Fix fetch/pull when run without --update-head-ok | Johannes Schindelin | 2008-10-13 | 5 | -3/+30 | |
* | | | | | | | | Merge branch 'jk/maint-ls-files-other' into maint | Junio C Hamano | 2008-11-02 | 5 | -44/+40 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | refactor handling of "other" files in ls-files and status | Jeff King | 2008-10-17 | 5 | -44/+40 | |
* | | | | | | | | | Merge branch 'jc/maint-reset-remove-unmerged-new' into maint | Junio C Hamano | 2008-11-02 | 2 | -13/+78 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | reset --hard/read-tree --reset -u: remove unmerged new paths | Junio C Hamano | 2008-10-18 | 2 | -13/+78 | |
* | | | | | | | | | | Merge branch 'jc/maint-co-track' into maint | Junio C Hamano | 2008-11-02 | 12 | -29/+61 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Enhance hold_lock_file_for_{update,append}() API | Junio C Hamano | 2008-10-19 | 11 | -23/+39 | |
| * | | | | | | | | | | demonstrate breakage of detached checkout with symbolic link HEAD | Junio C Hamano | 2008-10-19 | 1 | -0/+12 | |
| * | | | | | | | | | | Fix "checkout --track -b newbranch" on detached HEAD | Junio C Hamano | 2008-10-17 | 2 | -7/+11 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Start 1.6.0.4 cycle | Junio C Hamano | 2008-11-02 | 2 | -1/+30 | |
* | | | | | | | | | | add instructions on how to send patches to the mailing list with Gmail | Tom Preston-Werner | 2008-11-01 | 1 | -0/+27 | |
* | | | | | | | | | | Documentation/gitattributes: Add subsection header for each attribute | Jakub Narebski | 2008-11-01 | 1 | -0/+6 | |
* | | | | | | | | | | git send-email: avoid leaking directory file descriptors. | Pierre Habouzit | 2008-11-01 | 1 | -2/+1 | |
* | | | | | | | | | | send-pack: do not send out single-level refs such as refs/stash | Jeff King | 2008-11-01 | 1 | -1/+7 | |
* | | | | | | | | | | fix overlapping memcpy in normalize_absolute_path | Jeff King | 2008-11-01 | 1 | -1/+1 | |
* | | | | | | | | | | pack-objects: avoid reading uninitalized data | Jeff King | 2008-11-01 | 1 | -1/+2 | |
* | | | | | | | | | | correct cache_entry allocation | Jeff King | 2008-11-01 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'maint' of git://repo.or.cz/git-gui into maint | Junio C Hamano | 2008-11-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | git-gui: Help identify aspell version on Windows too | Gustaf Hendeby | 2008-09-26 | 1 | -1/+1 | |
* | | | | | | | | | | | git-svn: change dashed git-commit-tree to git commit-tree | Deskin Miller | 2008-10-31 | 1 | -1/+1 | |
* | | | | | | | | | | | Documentation: clarify information about 'ident' attribute | Jan Krüger | 2008-10-31 | 1 | -2/+2 | |
* | | | | | | | | | | | bash completion: add doubledash to "git show" | Markus Heidelberg | 2008-10-31 | 1 | -0/+2 | |
* | | | | | | | | | | | Use test-chmtime -v instead of perl in t5000 to get mtime of a file | Alex Riesen | 2008-10-31 | 1 | -1/+1 | |
* | | | | | | | | | | | Add --verbose|-v to test-chmtime | Alex Riesen | 2008-10-31 | 1 | -21/+70 | |
* | | | | | | | | | | | asciidoc: add minor workaround to add an empty line after code blocks | Jonas Fonseca | 2008-10-30 | 1 | -0/+20 | |
* | | | | | | | | | | | Plug a memleak in builtin-revert | Alex Riesen | 2008-10-30 | 1 | -1/+2 | |
* | | | | | | | | | | | Add file delete/create info when we overflow rename_limit | Linus Torvalds | 2008-10-28 | 1 | -1/+1 | |
* | | | | | | | | | | | Install git-cvsserver in $(bindir) | Nanako Shiraishi | 2008-10-28 | 1 | -1/+1 | |
* | | | | | | | | | | | Install git-shell in bindir, too | Tommi Virtanen | 2008-10-28 | 1 | -1/+1 | |
| |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | add -p: warn if only binary changes present | Thomas Rast | 2008-10-26 | 1 | -2/+7 | |
* | | | | | | | | | | git-archive: work in bare repos | Charles Bailey | 2008-10-26 | 3 | -2/+23 | |
* | | | | | | | | | | git-svn: change dashed git-config to git config | Deskin Miller | 2008-10-24 | 1 | -1/+1 | |
| |_|_|_|/ / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | GIT 1.6.0.3v1.6.0.3 | Junio C Hamano | 2008-10-21 | 1 | -9/+6 | |
* | | | | | | | | | rehabilitate 'git index-pack' inside the object store | Nicolas Pitre | 2008-10-21 | 2 | -3/+29 |