Commit message (Expand) | Author | Age | |
---|---|---|---|
* | compat/win32/poll.c: upgrade from upstream | Erik Faye-Lund | 2011-10-30 |
* | mingw: move poll out of sys-folder | Erik Faye-Lund | 2011-10-30 |
* | Merge branch 'maint' | Junio C Hamano | 2011-10-23 |
|\ | |||
| * | Git 1.7.7.1v1.7.7.1 | Junio C Hamano | 2011-10-23 |
| * | RelNotes/1.7.7.1: setgid bit patch is about fixing "git init" via Makefile se... | Jonathan Nieder | 2011-10-23 |
* | | Update draft release notes to 1.7.8 | Junio C Hamano | 2011-10-21 |
* | | Merge branch 'po/insn-editor' | Junio C Hamano | 2011-10-21 |
|\ \ | |||
| * | | "rebase -i": support special-purpose editor to edit insn sheet | Peter Oberndorfer | 2011-10-17 |
* | | | Merge branch 'jc/broken-ref-dwim-fix' | Junio C Hamano | 2011-10-21 |
|\ \ \ | |||
| * | | | resolve_ref(): report breakage to the caller without warning | Junio C Hamano | 2011-10-19 |
| * | | | resolve_ref(): expose REF_ISBROKEN flag | Junio C Hamano | 2011-10-19 |
| * | | | refs.c: move dwim_ref()/dwim_log() from sha1_name.c | Junio C Hamano | 2011-10-12 |
* | | | | Merge branch 'mh/ref-api' | Junio C Hamano | 2011-10-21 |
|\ \ \ \ | |||
| * | | | | clear_ref_cache(): inline function | Michael Haggerty | 2011-10-16 |
| * | | | | write_ref_sha1(): only invalidate the loose ref cache | Michael Haggerty | 2011-10-16 |
| * | | | | clear_ref_cache(): extract two new functions | Michael Haggerty | 2011-10-16 |
| * | | | | clear_ref_cache(): rename parameter | Michael Haggerty | 2011-10-16 |
| * | | | | invalidate_ref_cache(): expose this function in the refs API | Michael Haggerty | 2011-10-16 |
| * | | | | invalidate_ref_cache(): take the submodule as parameter | Michael Haggerty | 2011-10-16 |
| * | | | | invalidate_ref_cache(): rename function from invalidate_cached_refs() | Michael Haggerty | 2011-10-16 |
* | | | | | Merge branch 'jc/match-refs-clarify' | Junio C Hamano | 2011-10-21 |
|\ \ \ \ \ | |||
| * | | | | | rename "match_refs()" to "match_push_refs()" | Junio C Hamano | 2011-09-12 |
| * | | | | | send-pack: typofix error message | Junio C Hamano | 2011-09-12 |
* | | | | | | Merge branch 'jc/make-tags' | Junio C Hamano | 2011-10-21 |
|\ \ \ \ \ \ | |||
| * | | | | | | Makefile: ask "ls-files" to list source files if available | Junio C Hamano | 2011-10-18 |
* | | | | | | | Merge branch 'ss/inet-ntop' | Junio C Hamano | 2011-10-21 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | inet_ntop.c: Work around GCC 4.6's detection of uninitialized variables | Sebastian Schuberth | 2011-10-18 |
* | | | | | | | | Merge branch 'jc/maint-remove-renamed-ref' | Junio C Hamano | 2011-10-21 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | branch -m/-M: remove undocumented RENAMED-REF | Junio C Hamano | 2011-10-12 |
* | | | | | | | | | Merge branch 'pw/p4-update' | Junio C Hamano | 2011-10-21 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | git-p4: handle files with shell metacharacters | Luke Diamand | 2011-10-17 |
| * | | | | | | | | | git-p4: keyword flattening fixes | Pete Wyckoff | 2011-10-17 |
| * | | | | | | | | | git-p4: stop ignoring apple filetype | Pete Wyckoff | 2011-10-17 |
| * | | | | | | | | | git-p4: recognize all p4 filetypes | Pete Wyckoff | 2011-10-17 |
| * | | | | | | | | | git-p4: handle utf16 filetype properly | Pete Wyckoff | 2011-10-17 |
| * | | | | | | | | | git-p4 tests: refactor and cleanup | Pete Wyckoff | 2011-10-17 |
* | | | | | | | | | | Merge branch 'cn/doc-config-bare-subsection' | Junio C Hamano | 2011-10-21 |
|\ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | Documentation: update [section.subsection] to reflect what git does | Carlos MartÃn Nieto | 2011-10-16 |
* | | | | | | | | | | | Merge branch 'jk/maint-pack-objects-compete-with-delete' | Junio C Hamano | 2011-10-21 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | downgrade "packfile cannot be accessed" errors to warnings | Jeff King | 2011-10-14 |
| * | | | | | | | | | | | pack-objects: protect against disappearing packs | Jeff King | 2011-10-14 |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||
* | | | | | | | | | | | Merge branch 'jk/daemon-msgs' | Junio C Hamano | 2011-10-21 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | daemon: give friendlier error messages to clients | Jeff King | 2011-10-15 |
| |/ / / / / / / / / / | |||
* | | | | | | | | | | | Merge branch 'sc/difftool-skip' | Junio C Hamano | 2011-10-21 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | t7800: avoid arithmetic expansion notation | Junio C Hamano | 2011-10-14 |
| * | | | | | | | | | | | git-difftool: allow skipping file by typing 'n' at prompt | Sitaram Chamarty | 2011-10-10 |
| |/ / / / / / / / / / | |||
* | | | | | | | | | | | Merge branch 'jc/unseekable-bundle' | Junio C Hamano | 2011-10-21 |
|\ \ \ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | | | bundle: add parse_bundle_header() helper function | Junio C Hamano | 2011-10-13 |
| * | | | | | | | | | | | bundle: allowing to read from an unseekable fd | Junio C Hamano | 2011-10-13 |
* | | | | | | | | | | | | Merge branch 'ph/transport-with-gitfile' | Junio C Hamano | 2011-10-21 |
|\ \ \ \ \ \ \ \ \ \ \ \ |