Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: add search history to searchbar | Bert Wesarg | 2011-10-18 | 1 | -0/+60 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: add regexp search mode to the searchbar | Bert Wesarg | 2011-10-18 | 1 | -1/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: add smart case search mode in searchbar | Bert Wesarg | 2011-10-18 | 1 | -1/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: handle config booleans without value | Bert Wesarg | 2011-10-18 | 1 | -2/+14 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: include the number of untracked files to stage when asking the user | Pat Thoyts | 2011-10-18 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: new config to control staging of untracked files | Bert Wesarg | 2011-10-18 | 3 | -1/+32 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: use "untracked" for files which are not known to git | Bert Wesarg | 2011-10-18 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: fix unintended line break in message string | Bert Wesarg | 2011-10-18 | 1 | -2/+1 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | git-gui: fix multi selected file operation | Bert Wesarg | 2011-10-18 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-p4: test for absolute PWD problem | Pete Wyckoff | 2011-12-11 | 1 | -0/+49 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-p4: use absolute directory for PWD env var | Gary Gibbons | 2011-12-11 | 1 | -2/+3 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-p4: submit test for auto-creating clientPath | Pete Wyckoff | 2011-12-11 | 1 | -0/+38 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | git-p4: ensure submit clientPath exists before chdir | Gary Gibbons | 2011-12-11 | 1 | -0/+4 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update draft release notes for 1.7.9 | Junio C Hamano | 2011-12-09 | 1 | -1/+36 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sg/complete-refs' | Junio C Hamano | 2011-12-09 | 1 | -91/+110 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: remove broken dead code from __git_heads() and __git_tags()sg/complete-refs | SZEDER Gábor | 2011-10-21 | 1 | -20/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: fast initial completion for config 'remote.*.fetch' value | SZEDER Gábor | 2011-10-21 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: improve ls-remote output filtering in __git_refs_remotes() | SZEDER Gábor | 2011-10-21 | 1 | -9/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: query only refs/heads/ in __git_refs_remotes() | SZEDER Gábor | 2011-10-21 | 1 | -8/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: support full refs from remote repositories | SZEDER Gábor | 2011-10-21 | 1 | -8/+21 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: improve ls-remote output filtering in __git_refs() | SZEDER Gábor | 2011-10-21 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: make refs completion consistent for local and remote repos | SZEDER Gábor | 2011-10-21 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: optimize refs completion | SZEDER Gábor | 2011-10-21 | 1 | -45/+70 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | completion: document __gitcomp() | SZEDER Gábor | 2011-10-21 | 1 | -2/+7 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/resolve-ref' | Junio C Hamano | 2011-12-09 | 17 | -59/+98 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy resolve_ref() return value for longer use | Nguyễn Thái Ngọc Duy | 2011-12-05 | 8 | -28/+66 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert many resolve_ref() calls to read_ref*() and ref_exists() | Nguyễn Thái Ngọc Duy | 2011-11-13 | 12 | -32/+36 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/pull-signed-tag' | Junio C Hamano | 2011-12-09 | 83 | -406/+825 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit-tree: teach -m/-F options to read logs from elsewhere | Junio C Hamano | 2011-11-12 | 2 | -6/+53 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit-tree: update the command line parsing | Junio C Hamano | 2011-11-09 | 1 | -13/+18 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit: teach --amend to carry forward extra headers | Junio C Hamano | 2011-11-09 | 3 | -3/+76 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge: force edit and no-ff mode when merging a tag object | Junio C Hamano | 2011-11-09 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit: copy merged signed tags to headers of merge commit | Junio C Hamano | 2011-11-09 | 3 | -11/+116 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge: record tag objects without peeling in MERGE_HEAD | Junio C Hamano | 2011-11-08 | 2 | -4/+15 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge: make usage of commit->util more extensible | Junio C Hamano | 2011-11-08 | 4 | -47/+61 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fmt-merge-msg: Add contents of merged tag in the merge message | Junio C Hamano | 2011-11-08 | 3 | -2/+92 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fmt-merge-msg: package options into a structure | Junio C Hamano | 2011-11-07 | 3 | -18/+27 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fmt-merge-msg: avoid early returns | Junio C Hamano | 2011-11-07 | 1 | -10/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refs DWIMmery: use the same rule for both "git fetch" and others | Junio C Hamano | 2011-11-07 | 3 | -12/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fetch: allow "git fetch $there v1.0" to fetch a tag | Junio C Hamano | 2011-11-07 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge: notice local merging of tags and keep it unwrapped | Junio C Hamano | 2011-11-07 | 5 | -8/+13 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fetch: do not store peeled tag object names in FETCH_HEAD | Linus Torvalds | 2011-11-04 | 59 | -176/+175 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split GPG interface into its own helper library | Junio C Hamano | 2011-11-04 | 6 | -100/+166 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/request-pull-show-head-4' | Junio C Hamano | 2011-12-09 | 12 | -59/+313 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request-pull: use the annotated tag contents | Junio C Hamano | 2011-11-09 | 2 | -0/+18 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fmt-merge-msg.c: Fix an "dubious one-bit signed bitfield" sparse error | Ramsay Jones | 2011-10-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | environment.c: Fix an sparse "symbol not declared" warning | Ramsay Jones | 2011-10-09 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/log.c: Fix an "Using plain integer as NULL pointer" warning | Ramsay Jones | 2011-10-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fmt-merge-msg: use branch.$name.description | Junio C Hamano | 2011-10-07 | 5 | -26/+78 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request-pull: use the branch description | Junio C Hamano | 2011-10-05 | 1 | -1/+19 |