[include] path = /path/to/foo.inc ; include by absolute path path = foo.inc ; find "foo.inc" relative to the current file path = ~/foo.inc ; find "foo.inc" in your `$HOME` directory ; include if $GIT_DIR is /path/to/foo/.git [includeIf "gitdir:/path/to/foo/.git"] ...
Individually replay all rebased commits instead of fast-forwarding over the unchanged ones. This ensures that the entire history of the rebased branch is composed of new commits. You may find this helpful after reverting a topic branch merge, as this option recreates the topic branch with fresh...
LICENSE.md: update license years and vendor text Nov 25, 2024 Makefile .github/workflows,Makefile: find macOS cert ID Jan 25, 2025 README.md README.md: note current minimum tested Git version Nov 25, 2024 SECURITY.md {README,SECURITY}.md: add security bug report docs ...
CMake: Make sure we find the static version of each glib2 dependency Feb 12, 2025 doc Build: Stratoshark 0.9.1 Feb 21, 2025 epan MPEG TS improvements for PES and PMT handling Feb 21, 2025 extcap androiddump: Go back to no timeout on blocking sockets on Windows ...
We're an all-remote company that allows people to work from almost anywhere in the world. It's important for us to practice clear communication in ways that help us stay connected and work more efficiently.
History You can edit multiple issues at a time when you’re in a project. Prerequisites: You must have at least the Planner role for the project. To edit multiple issues at the same time: On the left sidebar, select Search or go to and find your project. Select Plan > Issues. Selec...
For reference on where to begin your searches, thewww-gitlab-comrepositoryis where the GitLab website/handbook are hosted, while GitLab Docs are foundhere. Navigating GitLab using the GitLab search bar GitLab has several hardcoded shortcuts you can type in the search bar to get autocomplete...
In the upper-right corner of the release you want to modify, selectEdit this release(the pencil icon). On theEdit Releasepage, change the release’s details. SelectSave changes. Delete a release History When you delete a release, its assets are also deleted. However, the associated Git tag...
history in memory for fast access, including all commits, branches and tagsGCHistory* history = [repo loadHistoryUsingSorting:kGCHistorySorting_ReverseChronological error:NULL]; assert(history);NSLog(@"%lu commits total", history.allCommits.count);NSLog(@"%@\n%@", history.rootCommits, history....
There are a few reasons why you may want to refer to another commit in the "more stable" part of the history (i.e. on branches like `maint`, `master`, and `next`): . A commit that introduced the root cause of a bug you are fixing. . A commit that introduced a feature ...